summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-25 10:41:22 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-25 10:41:22 +0000
commit59422f6ae0bf8ef7b1942a52e72eb3c6cd0b2592 (patch)
treec446fa12661adb56e0a63479b182d4d98c87fff6 /modules/comment/comment.module
parent41e2215ea869d3dbfffc8bdd2c70fe84eff67822 (diff)
downloadbrdo-59422f6ae0bf8ef7b1942a52e72eb3c6cd0b2592.tar.gz
brdo-59422f6ae0bf8ef7b1942a52e72eb3c6cd0b2592.tar.bz2
- Patch #535564 by Gábor Hojtsy: fixed broken path.
Diffstat (limited to 'modules/comment/comment.module')
-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 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.";
}