Heine

  • drupal
  • drupal core commits
  • about
Home

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');

No votes yet
  • Drupal Core
  • Download patch

Recent posts

  • Menu access, a new pitfall when going back to Drupal 5
  • Drupal 6: $base_path doesn't always point to the frontpage
  • XNA SoundEffect ContentLoadException
  • A new form element in Drupal core
  • The backstabbing March-Hare

All-time popular content

  • Update UID 1 password via JS
  • Keeping an eye on Drupal core
  • Subversion on Strato V-PowerServer
  • A new form element in Drupal core
  • Access denied - Are you sure?
more

Tags

Captcha Coding Drupal FAPI IIS Let's hope it doesn't become popular Performance PHP Planet Drupal Quiz Security V-PowerServer
more tags
  • drupal
  • drupal core commits
  • about

Copyright © 2009 by Heine Deelstra. All rights reserved.