diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-08-14 19:42:26 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-08-14 19:42:26 +0000 |
commit | d9c682e6afe91d32719e1e9872fac205fc53672c (patch) | |
tree | 76b29d227826860cb957288bf32191f07ddf48ec | |
parent | dbdda5471e3a1439830332b6021ce1345f16fe4f (diff) | |
download | brdo-d9c682e6afe91d32719e1e9872fac205fc53672c.tar.gz brdo-d9c682e6afe91d32719e1e9872fac205fc53672c.tar.bz2 |
- Patch #66264 by boombatower: fixed typo in title.
-rw-r--r-- | modules/comment/comment.module | 2 |
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'), |