From ba9a73bed7113b99727fa5730e84f8571025cfdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 3 Oct 2007 13:19:19 +0000 Subject: #180338 by bjaspan: more accurate wording for database update status report --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/system.install b/modules/system/system.install index 80ed3c2da..67443602b 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -146,7 +146,7 @@ function system_requirements($phase) { // See if updates are available in update.php. if ($phase == 'runtime') { $requirements['update'] = array( - 'title' => $t('Database schema'), + 'title' => $t('Database updates'), 'severity' => REQUIREMENT_OK, 'value' => $t('Up to date'), ); -- cgit v1.2.3