From 00758e24dc159d734669ad9d62c765424180a412 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 5 Dec 2006 17:48:03 +0000 Subject: - Patch #92149 by Chris Kennedy: more sentence capitalization. --- modules/comment/comment.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 41abf8595..43ee9db86 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1677,10 +1677,10 @@ function theme_comment_post_forbidden($nid) { } if (variable_get('user_register', 1)) { - return t('login or register to post comments', array('@login' => url('user/login', $destination), '@register' => url('user/register', $destination))); + return t('Login or register to post comments', array('@login' => url('user/login', $destination), '@register' => url('user/register', $destination))); } else { - return t('login to post comments', array('@login' => url('user/login', $destination))); + return t('Login to post comments', array('@login' => url('user/login', $destination))); } } } -- cgit v1.2.3