diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-02 20:18:44 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-02 20:18:44 +0000 |
commit | 8595b75d9b47e0a2a0c6e288e3821c29b058c4c0 (patch) | |
tree | 0ce5feba121228ef41bc3e3a6805f2700bd58aed /modules/comment | |
parent | 1ce19a994dfcc8c0d79e6a2f9492dcbee8599d86 (diff) |
Restructire site admin menu a bit:
Rename menu "General Settings" -> "Settings"
Rename "Comments Moderation" -> "Comments"
Move "Content" -> "Configure Spam Filtering" -> "Settings" -> "Spam Filtering"
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/helpers/comment_menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment_menu.php b/modules/comment/helpers/comment_menu.php index b98140a6..2cc6d789 100644 --- a/modules/comment/helpers/comment_menu.php +++ b/modules/comment/helpers/comment_menu.php @@ -22,7 +22,7 @@ class comment_menu_Core { $menu->get("content_menu") ->append(Menu::factory("link") ->id("comments") - ->label(_("Comment Moderation")) + ->label(_("Comments")) ->url("#")); } } |