From d9c682e6afe91d32719e1e9872fac205fc53672c Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Thu, 14 Aug 2008 19:42:26 +0000
Subject: [PATCH] - Patch #66264 by boombatower: fixed typo in title.

---
 modules/comment/comment.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 32dc9898f6d0..f7bfb9a045db 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -203,7 +203,7 @@ function comment_menu() {
     'type' => MENU_CALLBACK,
   );
   $items['comment/approve'] = array(
-    'title' => 'Approve to comment',
+    'title' => 'Approve a comment',
     'page callback' => 'comment_approve',
     'page arguments' => array(2),
     'access arguments' => array('administer comments'),
-- 
GitLab