- Patch #66264 by boombatower: fixed typo in title.

merge-requests/26/head
Dries Buytaert 2008-08-14 19:42:26 +00:00
parent dbdda5471e
commit d9c682e6af
1 changed files with 1 additions and 1 deletions

View File

@ -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'),