summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
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'),
);