summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-10 08:37:20 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-10 08:37:20 +0000
commit337c2f9b5dfea8e7800f5425f9ce8df24f13373d (patch)
tree5fa47fcaa821451cb1545ef4ee2df5d5b38a2da1 /modules/comment/comment.module
parentb1a6f1d678b5797819aa06ffb991dd604164b0d6 (diff)
downloadbrdo-337c2f9b5dfea8e7800f5425f9ce8df24f13373d.tar.gz
brdo-337c2f9b5dfea8e7800f5425f9ce8df24f13373d.tar.bz2
#92149 by Egon Bianchet. Fix an uncapitalized link.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 2ff367b82..016029041 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'