From bfc650573cd090d8c0b240e846d82f48153eafad Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 13 Nov 2008 20:27:30 +0000 Subject: - Patch #297225 by keith.smith: massaged the text on the modules page a bit. --- modules/system/system.module | 7 +++---- modules/update/update.module | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'modules') diff --git a/modules/system/system.module b/modules/system/system.module index b4f796986..3b8d74500 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -73,10 +73,9 @@ function system_help($path, $arg) { case 'admin/build/themes/settings': return '

' . t('These options control the default display settings for your entire site, across all themes. Unless they have been overridden by a specific theme, these settings will be used.') . '

'; case 'admin/build/modules': - $output = '

' . t('Modules are plugins that extend Drupal\'s core functionality. Enable modules by selecting the Enabled checkboxes below and clicking the Save configuration button. Once a module is enabled, new permissions may be available.)', array('@permissions' => url('admin/user/permissions'))) . '

'; - $output .= '

' . t('It is important that update.php is run every time a module is updated to a newer version.', array('@update-php' => $base_url . '/update.php')) . '

'; - $output .= '

' . t('You can find all administration tasks belonging to a particular module on the administration by module page.', array('@by-module' => url('admin/by-module'))) . '

'; - $output .= '

' . t('To extend the functionality of your site, a number of contributed modules are available.', array('@modules' => 'http://drupal.org/project/modules')) . '

'; + $output = '

' . t('Modules are plugins that extend Drupal\'s core functionality. To enable modules, select the Enabled checkboxes below and click the Save configuration button. To further extend your site\'s functionality, a number of contributed modules are available for download.', array('@permissions' => url('admin/user/permissions'), '@modules' => 'http://drupal.org/project/modules')) . '

'; + $output .= '

' . t('Module-related tasks can be located on the administration by module page. New module-related permissions may also become available as new modules are enabled.', array('@by-module' => url('admin/by-module'), '@permissions' => url('admin/user/permissions'))) . '

'; + $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.') . '

'; diff --git a/modules/update/update.module b/modules/update/update.module index f2489aab2..7ccf2bc5d 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -76,7 +76,6 @@ function update_help($path, $arg) { } } } - return '

' . t('See the available updates page for information on installed modules and themes with new versions released.', array('@available_updates' => url('admin/reports/updates'))) . '

'; case 'admin/reports/updates/settings': case 'admin/reports/status': -- cgit v1.2.3