diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-02 01:02:47 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-02 01:02:47 +0000 |
commit | 0884876b83199aa4b48d61e38b87955ff57992e6 (patch) | |
tree | 805abda061f31312cb0b2fdc712ade3b1cc9d881 /modules/system/system.module | |
parent | d27539613f476c8c2e2d5a63ab5aecf362fcfdd4 (diff) | |
download | brdo-0884876b83199aa4b48d61e38b87955ff57992e6.tar.gz brdo-0884876b83199aa4b48d61e38b87955ff57992e6.tar.bz2 |
#504080 by eigentor, dcor, heather, lisarex, Bojhan, and keith.smith: Remove wall of text from Themes admin description.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 76ea92269..981284d4e 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -77,8 +77,7 @@ function system_help($path, $arg) { case 'admin/by-module': return '<p>' . t('This page shows you all available administration tasks for each module.') . '</p>'; case 'admin/appearance': - $output = '<p>' . 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.') . '</p>'; - $output .= '<p>' . t('To change the appearance of your site, a number of <a href="@themes">contributed themes</a> are available.', array('@themes' => 'http://drupal.org/project/themes')) . '</p>'; + $output = '<p>' . t('Set and configure the default theme for your website. Alternative <a href="@themes">themes</a> are available.', array('@themes' => 'http://drupal.org/project/themes')) . '</p>'; return $output; case 'admin/appearance/settings/' . $arg[3]: $reference = explode('.', $arg[3], 2); |