diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-03-18 06:46:24 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-03-18 06:46:24 +0000 |
commit | e0098f2e55f9421ddba2cae3da0700d573d281c2 (patch) | |
tree | b63e1e6b600452d390ce65435ba4df99549cee79 | |
parent | 1adb7e97494f4ec509854cc698ccabdddcfe79bd (diff) | |
download | brdo-e0098f2e55f9421ddba2cae3da0700d573d281c2.tar.gz brdo-e0098f2e55f9421ddba2cae3da0700d573d281c2.tar.bz2 |
- Patch #741242 by marcvangend: cleanup left over set-to-global-defaults description.
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
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 '<p>' . t('These options control the display settings for the <code>%template</code> 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 <a href="@global">global settings</a> for this theme.', array('%template' => $theme, '@global' => url('admin/appearance/settings'))) . '</p>'; + return '<p>' . t('These options control the display settings for the <code>%template</code> theme. When your site is displayed using this theme, these settings will be used.', array('%template' => $theme)) . '</p>'; case 'admin/appearance/settings': return '<p>' . 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.') . '</p>'; case 'admin/modules': |