Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.871
diff -u -p -r1.871 comment.module
--- modules/comment/comment.module	26 Apr 2010 14:26:46 -0000	1.871
+++ modules/comment/comment.module	27 Apr 2010 12:28:45 -0000
@@ -384,10 +384,11 @@ function comment_permission() {
       'title' => t('View comments'),
     ),
     'post comments' => array(
-      'title' => t('Post comments with approval'),
+      'title' => t('Post comments'),
     ),
     'post comments without approval' => array(
-      'title' => t('Post comments without approval'),
+      'title' => t('No approval needed'),
+      'description' => t('Comments from users with this permission will be published without approval'),
     ),
     'edit own comments' => array(
       'title' => t('Edit own comments'),
