diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-10 00:09:37 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-10 00:09:37 +0000 |
commit | 7e7b50a9e8b303183a4bcabd0f124c4408da08ad (patch) | |
tree | 4cba6ba3c0a11f551f77dfdfc781aa7236964abb | |
parent | 92efec6e1e23512e37bab2a6a3e0f979324f1e11 (diff) | |
download | brdo-7e7b50a9e8b303183a4bcabd0f124c4408da08ad.tar.gz brdo-7e7b50a9e8b303183a4bcabd0f124c4408da08ad.tar.bz2 |
#680032 by agentrickard and Bojhan: Replace 'update.php' with 'update script' in user-facing text.
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index d81246dc5..79d1c660d 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -118,7 +118,7 @@ function system_help($path, $arg) { case 'admin/config/development/maintenance': global $user; if ($user->uid == 1) { - return '<p>' . t('If you are upgrading to a newer version of Drupal or upgrading contributed modules or themes you may need to run !update-php.', array('!update-php' => l('update.php', 'update.php'))) . '</p>'; + return '<p>' . t('If you are upgrading to a newer version of Drupal or upgrading contributed modules or themes, you may need to run the <a href="@update-php">update script</a>.', array('@update-php' => $base_url . '/update.php')) . '</p>'; } case 'admin/config/system/actions': case 'admin/config/system/actions/manage': |