Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.620
diff -u -r1.620 comment.module
--- modules/comment/comment.module	21 Feb 2008 19:38:07 -0000	1.620
+++ modules/comment/comment.module	22 Feb 2008 04:53:24 -0000
@@ -801,6 +801,7 @@
         drupal_set_message(t('Your comment has been queued for moderation by site administrators and will be published after approval.'));
       }
       else {
+        drupal_set_message(t('Your comment has been posted.'));
         comment_invoke_comment($edit, 'publish');
       }
       return $edit['cid'];
