summaryrefslogtreecommitdiff
path: root/modules/comment
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 50531cefd..1f24e44eb 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -2487,7 +2487,7 @@ function comment_ranking() {
*/
function comment_menu_alter(&$items) {
// Add comments to the description for admin/content.
- $items['admin/content']['description'] = "View, edit, and delete your site's content and comments.";
+ $items['admin/content']['description'] = "Administer content and comments";
}
/**