From 098c6cadaf07ccfde08abf891ebe18ab9c067ad6 Mon Sep 17 00:00:00 2001 From: Normann Lou Date: Tue, 6 Nov 2007 23:44:20 +0000 Subject: [PATCH] redecleared i18nEntity: TREESITECONTENT git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44394 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 0757c0cf..721e3c1f 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.TREESITECONTENT',"Site Content",PR_HIGH,'Root node on left'); + else $treeTitle = _t('LeftAndMain.SITECONTENTLEFT',"Site Content",PR_HIGH,'Root node on left'); $siteTree = "";