From e0098f2e55f9421ddba2cae3da0700d573d281c2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 18 Mar 2010 06:46:24 +0000 Subject: - Patch #741242 by marcvangend: cleanup left over set-to-global-defaults description. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 29a6a2b27..1acf0b2e6 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -91,7 +91,7 @@ function system_help($path, $arg) { case 'admin/appearance/settings/' . $arg[3]: $reference = explode('.', $arg[3], 2); $theme = array_pop($reference); - return '

' . t('These options control the display settings for the %template theme. When your site is displayed using this theme, these settings will be used. By clicking "Reset to defaults," you can choose to use the global settings for this theme.', array('%template' => $theme, '@global' => url('admin/appearance/settings'))) . '

'; + return '

' . t('These options control the display settings for the %template theme. When your site is displayed using this theme, these settings will be used.', array('%template' => $theme)) . '

'; case 'admin/appearance/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/modules': -- cgit v1.2.3