From 13995d710a069b7c5d17ac4965074c90f3c1c3d8 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 20 May 2010 07:28:13 +0000 Subject: [PATCH] MINOR Fixed _t() call in PageCommentInterface.ss git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@105272 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 %>