From 337c2f9b5dfea8e7800f5425f9ce8df24f13373d Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Fri, 10 Nov 2006 08:37:20 +0000 Subject: [PATCH] #92149 by Egon Bianchet. Fix an uncapitalized link. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 2ff367b8237..01602904119 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -223,7 +223,7 @@ function comment_link($type, $node = NULL, $teaser = FALSE) { if ($node->comment == COMMENT_NODE_READ_WRITE) { if (user_access('post comments')) { $links['comment_add'] = array( - 'title' => t('add new comment'), + 'title' => t('Add new comment'), 'href' => "comment/reply/$node->nid", 'attributes' => array('title' => t('Add a new comment to this page.')), 'fragment' => 'comment_form'