diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-09-28 17:07:46 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-09-28 17:07:46 +0000 |
commit | 069e1bb87b9971f160f8ddccfe95335986dd17e0 (patch) | |
tree | 01fc028fd8a9d3315e881519e786f455559eabeb /modules/help/help.module | |
parent | 179ded048e3ebe481473e217fdec807cb5d3846e (diff) | |
download | brdo-069e1bb87b9971f160f8ddccfe95335986dd17e0.tar.gz brdo-069e1bb87b9971f160f8ddccfe95335986dd17e0.tar.bz2 |
- More translation fixes for the menu items. Patch by Gabor.
Diffstat (limited to 'modules/help/help.module')
-rw-r--r-- | modules/help/help.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/help/help.module b/modules/help/help.module index cb1bb4a73..abd8f242d 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -8,8 +8,8 @@ function help_system($field){ function help_link($type) { if ($type == "system" && user_access("access administration pages")) { - menu("admin/help/glossary", "glossary", "help_glossary", NULL, 8); - menu("admin/help", "help", "help_admin", NULL, 9); + menu("admin/help/glossary", t("glossary"), "help_glossary", NULL, 8); + menu("admin/help", t("help"), "help_admin", NULL, 9); } } |