Commit 222374 by dries
- Patch #307422 by brianV: for usability's sake, use 'Add new comment' across the board.
--- modules/comment/comment.module 2009/06/03 06:52:29 1.719
+++ modules/comment/comment.module 2009/06/08 05:10:37 1.720
@@ -190,7 +190,7 @@
'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',
--- modules/comment/comment.pages.inc 2009/05/24 17:39:31 1.19
+++ modules/comment/comment.pages.inc 2009/06/08 05:10:37 1.20
@@ -102,7 +102,7 @@
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');
+++ modules/comment/comment.module 2009/06/08 05:10:37 1.720
@@ -190,7 +190,7 @@
'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',
--- modules/comment/comment.pages.inc 2009/05/24 17:39:31 1.19
+++ modules/comment/comment.pages.inc 2009/06/08 05:10:37 1.20
@@ -102,7 +102,7 @@
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');