? 307422-make-comment-text-consistent-rev2.patch
? 307422-make-comment-text-consistent.patch
Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.719
diff -u -p -r1.719 comment.module
--- modules/comment/comment.module	3 Jun 2009 06:52:29 -0000	1.719
+++ modules/comment/comment.module	8 Jun 2009 04:57:19 -0000
@@ -190,7 +190,7 @@ function comment_menu() {
     'type' => MENU_CALLBACK,
   );
   $items['comment/reply/%node'] = array(
-    'title' => 'Reply to comment',
+    'title' => 'Add new comment',
     'page callback' => 'comment_reply',
     'page arguments' => array(2),
     'access callback' => 'node_access',
Index: modules/comment/comment.pages.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.pages.inc,v
retrieving revision 1.19
diff -u -p -r1.19 comment.pages.inc
--- modules/comment/comment.pages.inc	24 May 2009 17:39:31 -0000	1.19
+++ modules/comment/comment.pages.inc	8 Jun 2009 04:57:19 -0000
@@ -102,7 +102,7 @@ function comment_reply($node, $pid = NUL
         drupal_goto("node/$node->nid");
       }
       elseif (user_access('post comments')) {
-        $output .= theme('comment_form_box', array('pid' => $pid, 'nid' => $node->nid), t('Reply'));
+        $output .= theme('comment_form_box', array('pid' => $pid, 'nid' => $node->nid), t('Add new comment'));
       }
       else {
         drupal_set_message(t('You are not authorized to post comments.'), 'error');
