From 18428ae91fc9350f265b02430a7d804032ee93ff Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 8 Jun 2009 05:10:37 +0000 Subject: - Patch #307422 by brianV: for usability's sake, use 'Add new comment' across the board. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 3b7129dfd..212321afd 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -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', -- cgit v1.2.3