From 76923ab9e1493569cfe23dd0864dc3d7a7616954 Mon Sep 17 00:00:00 2001 From: Normann Lou Date: Tue, 6 Nov 2007 22:52:24 +0000 Subject: [PATCH] change EntityName to be right one (eg. TREESITECONTENT) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44390 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/LeftAndMain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 8a2aa82e..0757c0cf 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -370,7 +370,7 @@ abstract class LeftAndMain extends Controller { // This lets us override the tree title with an extension if($this->hasMethod('getCMSTreeTitle')) $treeTitle = $this->getCMSTreeTitle(); - else $treeTitle = _t('LeftAndMain.SITECONTENTLEFT',"Site Content",PR_HIGH,'Root node on left'); + else $treeTitle = _t('LeftAndMain.TREESITECONTENT',"Site Content",PR_HIGH,'Root node on left'); $siteTree = "";