diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-04 10:43:34 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-04 10:43:34 +0000 |
commit | d24e8315f16e00c6e476abf7a2d40d3ce6a9a4ca (patch) | |
tree | 1828972610edc83f8e5588f0a584e638b8080095 /modules/system/system.module | |
parent | ab1d68d166ca57e6a0c0de6d940dd395826e37f4 (diff) | |
download | brdo-d24e8315f16e00c6e476abf7a2d40d3ce6a9a4ca.tar.gz brdo-d24e8315f16e00c6e476abf7a2d40d3ce6a9a4ca.tar.bz2 |
- Patch #100987 by dvessel: paragraph tag to help text.
Diffstat (limited to 'modules/system/system.module')
-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 83b81116a..f13b2d7e8 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -26,7 +26,7 @@ function system_help($section) { case 'admin/by-module': return '<p>'. t('This page shows you all available administration tasks for each module.') .'</p>'; case 'admin/settings/page-caching': - return t('Enabling the cache will offer a sufficient performance boost. Drupal can store and send compressed cached pages requested by "anonymous" users. By caching a web page, Drupal does not have to create the page each time someone wants to view it.'); + return '<p>'. t('Enabling the cache will offer a sufficient performance boost. Drupal can store and send compressed cached pages requested by "anonymous" users. By caching a web page, Drupal does not have to create the page each time someone wants to view it.') .'</p>'; case 'admin/build/themes': return '<p>'. 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. Alternately, to override these settings in a specific theme, click the "configure" link for the corresponding theme. Note that different themes may have different regions available for rendering content like blocks. If you want consistency in what your users see, you may wish to enable only one theme.') .'</p>'; case 'admin/build/themes/settings': |