diff --git a/code/AssetAdmin.php b/code/AssetAdmin.php index 0efa14b7..37149a63 100755 --- a/code/AssetAdmin.php +++ b/code/AssetAdmin.php @@ -46,7 +46,7 @@ class AssetAdmin extends LeftAndMain { ); public function getMenuTitle() { - return _t('LeftAndMain.ASSETS', 'Files & Images', PR_HIGH, 'Menu title'); + return _t('LeftAndMain.FILESIMAGES', 'Files & Images', PR_HIGH, 'Menu title'); } /** diff --git a/code/CMSMain.php b/code/CMSMain.php index d1085723..9dce12be 100644 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -103,7 +103,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr } public function getMenuTitle() { - return _t('LeftAndMain.CMSMAIN', 'Site Content', PR_HIGH, 'Menu title'); + return _t('LeftAndMain.SITECONTENT', 'Site Content', PR_HIGH, 'Menu title'); } /**