Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.883
diff -u -p -r1.883 comment.module
--- modules/comment/comment.module	23 Jun 2010 02:45:35 -0000	1.883
+++ modules/comment/comment.module	20 Jul 2010 13:35:03 -0000
@@ -388,10 +388,10 @@ 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('Bypass comment approval'),
     ),
     'edit own comments' => array(
       'title' => t('Edit own comments'),
