From a3e9b35afc1716969bfc75ba31df169bbeb28cb5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 1 Apr 2005 15:55:02 +0000 Subject: - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. --- 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 3acfaec28..5d75bba29 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -39,7 +39,7 @@ function system_help($section) {

Cache

Drupal has a caching mechanism which stores dynamically generated web pages in a database. By caching a web page, Drupal does not have to create the page each time someone wants to view it, instead it takes only one SQL query to display it, reducing response time and the server's load. Only pages requested by \"anonymous\" users are cached. In order to reduce server load and save bandwidth, Drupal stores and sends cached pages compressed.

", array('%base_url' => $base_url, '%cron-link' => "$base_url/cron.php", '%lynx' => 'http://lynx.browser.org', '%wget' => 'http://www.gnu.org/software/wget/wget.html' )); case 'admin/modules#description': - return t('Configuration system that lets administrators modify the workings of the site.'); + return t('Handles general site configuration for administrators.'); } } -- cgit v1.2.3