summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-04-01 15:55:02 +0000
committerDries Buytaert <dries@buytaert.net>2005-04-01 15:55:02 +0000
commita3e9b35afc1716969bfc75ba31df169bbeb28cb5 (patch)
tree4f56fdcbd6eb975a9a2b9a3bffcb2fd424b76b44 /modules/system/system.module
parent71c021c6f70b2a16ea210a554344645a638db636 (diff)
downloadbrdo-a3e9b35afc1716969bfc75ba31df169bbeb28cb5.tar.gz
brdo-a3e9b35afc1716969bfc75ba31df169bbeb28cb5.tar.bz2
- Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
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) {
<h3><a id=\"cache\">Cache</a></h3>
<p>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.</p>", array('%base_url' => $base_url, '%cron-link' => "<a href=\"$base_url/cron.php\">$base_url/cron.php</a>", '%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.');
}
}