diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-04-18 14:03:33 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-04-18 14:03:33 +0000 |
commit | 67fb5235c7ef0e12c38c09d2d9c475c7d09f0308 (patch) | |
tree | aa136838a09c0264f2c7753b23cb99f8faa1f875 /modules | |
parent | 0dc1f820fffad54c6c8bc5f88f409ba3f9190de9 (diff) | |
download | brdo-67fb5235c7ef0e12c38c09d2d9c475c7d09f0308.tar.gz brdo-67fb5235c7ef0e12c38c09d2d9c475c7d09f0308.tar.bz2 |
- Renamed 'taxonomy' menu to 'categories' for sake of usability.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/taxonomy.module | 2 | ||||
-rw-r--r-- | modules/taxonomy/taxonomy.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module index e29359351..725bfe1f6 100644 --- a/modules/taxonomy.module +++ b/modules/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); } 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); } |