From 59422f6ae0bf8ef7b1942a52e72eb3c6cd0b2592 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 25 Aug 2009 10:41:22 +0000 Subject: =?UTF-8?q?-=20Patch=20#535564=20by=20G=C3=A1bor=20Hojtsy:=20fixed?= =?UTF-8?q?=20broken=20path.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') 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."; } -- cgit v1.2.3