diff --git a/modules/system/system.module b/modules/system/system.module index 2e5101677e0..bf3ebe63ff2 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -107,7 +107,7 @@ function system_help($path, $arg) { case 'admin/by-module': return '
' . t('This page shows you all available administration tasks for each module.') . '
'; case 'admin/appearance': - $output = '' . t('Select which themes are available to your users and specify the default theme. To configure site-wide display settings, click the "configure" task above. Alternatively, to override these settings in a specific theme, click the "configure" link for that theme. Note that different themes may have different regions available for displaying content; for consistency in presentation, you may wish to enable only one theme.') . '
'; + $output = '' . t('Select the default theme for Drupal. To configure site-wide display settings, click the "configure" task above. Alternatively, to override these settings in a specific theme, click the "configure" link for that theme. Note that different themes may have different regions available for displaying content.') . '
'; $output .= '' . t('To change the appearance of your site, a number of contributed themes are available.', array('@themes' => 'http://drupal.org/project/themes')) . '
'; return $output; case 'admin/appearance/settings/' . $arg[4]: @@ -236,10 +236,6 @@ function system_permission() { 'title' => t('Access site reports'), 'description' => t('View reports from system logs and other status information.'), ), - 'select different theme' => array( - 'title' => t('Select different theme'), - 'description' => t('Select a theme other than the default theme set by the site administrator.'), - ), 'block IP addresses' => array( 'title' => t('Block IP addresses'), 'description' => t('Block IP addresses from accessing your site.'),