From 0884876b83199aa4b48d61e38b87955ff57992e6 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 2 Nov 2009 01:02:47 +0000 Subject: #504080 by eigentor, dcor, heather, lisarex, Bojhan, and keith.smith: Remove wall of text from Themes admin description. --- modules/system/system.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/system/system.module') 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 '

' . t('This page shows you all available administration tasks for each module.') . '

'; case 'admin/appearance': - $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')) . '

'; + $output = '

' . t('Set and configure the default theme for your website. Alternative themes are available.', array('@themes' => 'http://drupal.org/project/themes')) . '

'; return $output; case 'admin/appearance/settings/' . $arg[3]: $reference = explode('.', $arg[3], 2); -- cgit v1.2.3