diff options
Diffstat (limited to 'modules/comment/helpers/comment_menu.php')
-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("#")); } } |