summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-06-20 19:49:14 +0000
committerDries Buytaert <dries@buytaert.net>2004-06-20 19:49:14 +0000
commitc2d7419f23dd2929e7178e2f09f327e08faa348b (patch)
treee16ca920886af5619bd3bc51776c428c73c7c2d4 /modules/system/system.module
parent4b449a7e5d6347603fa3a1ed70d0e9273db2b92b (diff)
downloadbrdo-c2d7419f23dd2929e7178e2f09f327e08faa348b.tar.gz
brdo-c2d7419f23dd2929e7178e2f09f327e08faa348b.tar.bz2
- Patch #8681 by stefan: fixed some broken URLs and help texts.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 21a07ea0b..e010c27bd 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -8,12 +8,12 @@ function system_help($section) {
global $base_url;
switch ($section) {
- case 'admin':
+ case 'admin/settings':
return t('General configuration options for your site. Set up the name of the site, e-mail address used in mail-outs, clean URL options, caching, etc.');
case 'admin/themes':
return t('Select which themes are available to your users and specify the default theme.');
case 'admin/modules':
- return t("Modules are plugins for Drupal that extend its core functionality. Here you can select which modules are enabled. Click on the name of the module in the navigation menu for their individual configuration pages. Once a module is enabled, new <a href=\"%permissions\">permissions</a> might be made available. Modules can automatically be temporarily disabled to reduce server load when your site becomes extremely busy by checking throttle. The auto-throttle functionality must be enabled on the <a href=\"%throttle\">throttle configuration page</a> after having enabled the throttle module.", array('%permissions' => url('admin/user/permission'), '%throttle' => url('admin/settings/throttle')));
+ return t("Modules are plugins for Drupal that extend its core functionality. Here you can select which modules are enabled. Click on the name of the module in the navigation menu for their individual configuration pages. Once a module is enabled, new <a href=\"%permissions\">permissions</a> might be made available. Modules can automatically be temporarily disabled to reduce server load when your site becomes extremely busy by checking throttle. The auto-throttle functionality must be enabled on the <a href=\"%throttle\">throttle configuration page</a> after having enabled the throttle module.", array('%permissions' => url('admin/user/configure/permission'), '%throttle' => url('admin/settings/throttle')));
case 'admin/help#system':
return t("
<p>Drupal comes with system-wide defaults but the setting-module provides control over many Drupal preferences, behaviours including visual and operational settings.</p>