summaryrefslogtreecommitdiff
path: root/modules/taxonomy.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-09-28 15:18:55 +0000
committerDries Buytaert <dries@buytaert.net>2003-09-28 15:18:55 +0000
commitc8b28009cd19cac57493d008daca7868f23c4aff (patch)
tree31566a149202fcff3d719ad2785b5fd14f4df026 /modules/taxonomy.module
parent949a7014df31a89f226bdbd1222e4f229b63d49f (diff)
downloadbrdo-c8b28009cd19cac57493d008daca7868f23c4aff.tar.gz
brdo-c8b28009cd19cac57493d008daca7868f23c4aff.tar.bz2
- Made sure all menu items can be translated. Path by Goba.
Diffstat (limited to 'modules/taxonomy.module')
-rw-r--r--modules/taxonomy.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module
index 19acb7dab..2627dc9dd 100644
--- a/modules/taxonomy.module
+++ b/modules/taxonomy.module
@@ -29,9 +29,9 @@ function taxonomy_perm() {
function taxonomy_link($type, $node = NULL) {
if ($type == "system") {
if (user_access("administer taxonomy")) {
- menu("admin/taxonomy", "taxonomy", "taxonomy_admin", taxonomy_help("admin/taxonomy"), 3);
- menu("admin/taxonomy/add/vocabulary", "create new vocabulary", "taxonomy_admin", taxonomy_help("admin/taxonomy/add/vocabulary"));
- menu("admin/taxonomy/help", "help", "taxonomy_admin", NULL, 9);
+ menu("admin/taxonomy", t("taxonomy"), "taxonomy_admin", taxonomy_help("admin/taxonomy"), 3);
+ menu("admin/taxonomy/add/vocabulary", t("create new vocabulary"), "taxonomy_admin", taxonomy_help("admin/taxonomy/add/vocabulary"));
+ menu("admin/taxonomy/help", t("help"), "taxonomy_admin", NULL, 9);
}
}
else if ($type == "taxonomy terms" && $node != NULL) {