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 = "";