diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-03 13:19:19 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-03 13:19:19 +0000 |
commit | ba9a73bed7113b99727fa5730e84f8571025cfdf (patch) | |
tree | acca8bb7fcdb892ec62716fe59e64b79245f2a4d | |
parent | 35c0e44330f803e91f100a6f8334208aed897d2c (diff) | |
download | brdo-ba9a73bed7113b99727fa5730e84f8571025cfdf.tar.gz brdo-ba9a73bed7113b99727fa5730e84f8571025cfdf.tar.bz2 |
#180338 by bjaspan: more accurate wording for database update status report
-rw-r--r-- | modules/system/system.install | 2 |
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'), ); |