summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-08-14 19:42:26 +0000
committerDries Buytaert <dries@buytaert.net>2008-08-14 19:42:26 +0000
commitd9c682e6afe91d32719e1e9872fac205fc53672c (patch)
tree76b29d227826860cb957288bf32191f07ddf48ec /modules
parentdbdda5471e3a1439830332b6021ce1345f16fe4f (diff)
downloadbrdo-d9c682e6afe91d32719e1e9872fac205fc53672c.tar.gz
brdo-d9c682e6afe91d32719e1e9872fac205fc53672c.tar.bz2
- Patch #66264 by boombatower: fixed typo in title.
Diffstat (limited to 'modules')
-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 32dc9898f..f7bfb9a04 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'),