From 90b08f2bd880e036d16186925c9f11b3629a37a0 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 12 Jan 2010 23:04:48 +0000 Subject: #620616 by Bojhan, reglogge, lisarex, jhodgdon, and yoroy: Fix inconsistencies in menu description labeling. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment') 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"; } /** -- cgit v1.2.3