diff options
Diffstat (limited to 'modules')
-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'), |