summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-09-27 06:00:43 +0000
committerDries Buytaert <dries@buytaert.net>2003-09-27 06:00:43 +0000
commitfe09d5a7867e9f5294e23cb202def475c102fcbc (patch)
tree32e8ff72d654effe901edecb892600dbd8282aad /modules/system/system.module
parent0ff789c61d1c2ed332064d1af928fb3dfb4800af (diff)
downloadbrdo-fe09d5a7867e9f5294e23cb202def475c102fcbc.tar.gz
brdo-fe09d5a7867e9f5294e23cb202def475c102fcbc.tar.bz2
- Committed Al's new admin link texts. Remarks:
1) As explained by Al, there is still a glitch with the 'create content' menu. 2) The user module part of the patch did not apply due to Kjartan's earlier patch.
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 68259f334..50fe8b374 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -59,7 +59,7 @@ function system_link($type) {
$help["modules"] = t("Modules are plugins for Drupal that extend its core functionality. Here you can select which modules are enabled. On the left hand side click on the name of the module for their individual configurations. Once a module is enabled, you will need to grant permissions to users in user management.");
$help["filters"] = t("Filters fit between the raw text in a node and the HTML output. They allow you to replace text selectively. Uses include automatic conversion of emoticons into graphics and filtering HTML content from users' submissions.");
- menu("admin/system", "site configuration", "system_admin", system_help("admin/system"), 3);
+ menu("admin/system", "configuration", "system_admin", system_help("admin/system"), 3);
menu("admin/system/themes", "themes", "system_admin", system_help("admin/system/themes"), 2);
foreach (theme_list(1) as $theme) {