diff options
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 010c84742..8967731c7 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -2445,5 +2445,5 @@ function comment_ranking() { */ function comment_menu_alter(&$items) { // Add comments to the description for admin/content. - $items['admin/content/content']['description'] = "View, edit, and delete your site's content and comments."; + $items['admin/content']['description'] = "View, edit, and delete your site's content and comments."; } |