Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.604
diff -u -r1.604 comment.module
--- modules/comment/comment.module	6 Dec 2007 09:58:30 -0000	1.604
+++ modules/comment/comment.module	7 Dec 2007 16:23:31 -0000
@@ -752,6 +752,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'];
