Index: modules/system/system.module =================================================================== RCS file: /cvs/drupal/drupal/modules/system/system.module,v retrieving revision 1.370 diff -u -p -r1.370 system.module --- modules/system/system.module 17 Sep 2006 19:14:16 -0000 1.370 +++ modules/system/system.module 22 Sep 2006 15:14:46 -0000 @@ -33,7 +33,7 @@ function system_help($section) { case 'admin': return t('

Welcome to the administration section. Here you may control how your site functions.

'); 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 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.'); case 'admin/build/themes': return 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.

'); case 'admin/build/themes/settings':