diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 32dc9898f6d04878bcdd2d58ab3644484009e167..f7bfb9a045dbb70caacdcdf597b1d6b7f039963c 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'),