From d7409fa8512d709b9063df8f2722edde971c7bcb Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 15 Oct 2010 01:49:28 +0000 Subject: [PATCH] MINOR Fixed _t() call in PageCommentInterface.ss (from r105272) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112467 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/PageCommentInterface.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/PageCommentInterface.ss b/templates/PageCommentInterface.ss index f4b124bb..377f346c 100755 --- a/templates/PageCommentInterface.ss +++ b/templates/PageCommentInterface.ss @@ -55,7 +55,7 @@ <% if DeleteAllLink %>

- <% _t('PageCommentInterface.DELETEALLCOMMENTS','Delete all comments on this page' %> + <% _t('PageCommentInterface.DELETEALLCOMMENTS','Delete all comments on this page') %>

<% end_if %>