From 70875e9dbe2e108d9f718533643d34c3b0708039 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 27 May 2009 19:41:01 +0000 Subject: - Patch #473012 by stella: improve help text on uninstall page. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index 0a6d7ee51..ce51cb714 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -91,7 +91,7 @@ function system_help($path, $arg) { $output .= '

' . t('Each time a module is updated, it is important that update.php is run. To help manage the update process, the Update status module, if enabled, provides information on new versions of modules (and themes) as they are released. Regular review of the available updates page is essential to maintaining a secure and current site.', array('@update-php' => $base_url . '/update.php', '@updates' => url('admin/reports/updates'))) . '

'; return $output; case 'admin/build/modules/uninstall': - return '

' . t('The uninstall process removes all data related to a module. To uninstall a module, you must first disable it. Not all modules support this feature.') . '

'; + return '

' . t('The uninstall process removes all data related to a module. To uninstall a module, you must first disable it on the main modules page. Not all modules support this feature.', array('@modules' => url('admin/build/modules'))) . '

'; case 'admin/build/block/configure': if ($arg[4] == 'system' && $arg[5] == 'powered-by') { return '

' . t('The Powered by Drupal block is an optional link to the home page of the Drupal project. While there is absolutely no requirement that sites feature this link, it may be used to show support for Drupal.') . '

'; -- cgit v1.2.3