From 7e7b50a9e8b303183a4bcabd0f124c4408da08ad Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 10 Jan 2010 00:09:37 +0000 Subject: #680032 by agentrickard and Bojhan: Replace 'update.php' with 'update script' in user-facing text. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') 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 '

' . 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'))) . '

'; + return '

' . t('If you are upgrading to a newer version of Drupal or upgrading contributed modules or themes, you may need to run the update script.', array('@update-php' => $base_url . '/update.php')) . '

'; } case 'admin/config/system/actions': case 'admin/config/system/actions/manage': -- cgit v1.2.3