diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-07 19:11:36 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-07 19:11:36 +0000 |
commit | 829192d5684e0a610638284cb20220f08746ca53 (patch) | |
tree | 7244e4a4e1df82fc1f2e9f9eb7bb5a2504ec86c5 /modules/system/system.module | |
parent | 5acb423c4f102cd3d821b0386fe913d4867ec9b7 (diff) | |
download | brdo-829192d5684e0a610638284cb20220f08746ca53.tar.gz brdo-829192d5684e0a610638284cb20220f08746ca53.tar.bz2 |
- Patch #85303 by AjK: fixed typo in the help texts.
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 0810be0d4..e8d9e416f 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 '<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>'; + return '<p>'. t('Enabling the cache will offer a significant 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': |