From 67fb5235c7ef0e12c38c09d2d9c475c7d09f0308 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 18 Apr 2004 14:03:33 +0000 Subject: - Renamed 'taxonomy' menu to 'categories' for sake of usability. --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.module') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index e29359351..725bfe1f6 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -24,7 +24,7 @@ function taxonomy_perm() { function taxonomy_link($type, $node = NULL) { if ($type == "system") { if (user_access("administer taxonomy")) { - menu("admin/taxonomy", t("taxonomy"), "taxonomy_admin", 3); + menu("admin/taxonomy", t("categories"), "taxonomy_admin", 3); menu("admin/taxonomy/add/vocabulary", t("create new vocabulary"), "taxonomy_admin"); menu("admin/taxonomy/help", t("help"), "taxonomy_admin", 9); } -- cgit v1.2.3