From 0e4a3330dd04b3b2736158d7cae509f5b3c47d1c Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 26 May 2009 02:15:24 +0000 Subject: [PATCH] MINOR: fix typo git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@77813 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/PageCommentInterface.ss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/PageCommentInterface.ss b/templates/PageCommentInterface.ss index de288f65..f3e08211 100755 --- a/templates/PageCommentInterface.ss +++ b/templates/PageCommentInterface.ss @@ -5,10 +5,13 @@ <% if CanPostComment %> $PostCommentForm <% else %> -

You can't post comments until you have logged in<% if PostingRequiresPermission %>, and that you have an appropriate permission level<% end_if %>. Please login by clicking here.

+

<% _t('COMMENTLOGINERROR', 'You cannot post comments until you have logged in') %>, + <% if PostingRequiresPermission %><% _t('COMMENTPERMISSIONERROR', 'and that you have an appropriate permission level') %><% end_if %>. + <% _t('COMMENTPOSTLOGIN', 'Login Here') %>. +

<% end_if %> <% else %> -

<% _t('COMMENTSDISABLED', 'Posting Comments has been Disabled') %>.

+

<% _t('COMMENTSDISABLED', 'Posting Comments has been disabled') %>.

<% end_if %>

<% _t('COMMENTS','Comments') %>