From 0661fa6cebf17425154da0d7593e274077bd4fcb Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 31 Mar 2011 22:10:44 +1300 Subject: [PATCH] MINOR Renaming CMSMenu entries --- code/controller/AssetAdmin.php | 2 +- code/controller/CMSMain.php | 2 +- lang/en_US.php | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/controller/AssetAdmin.php b/code/controller/AssetAdmin.php index b41cde8f..1ab93749 100755 --- a/code/controller/AssetAdmin.php +++ b/code/controller/AssetAdmin.php @@ -12,7 +12,7 @@ class AssetAdmin extends LeftAndMain { static $url_rule = '/$Action/$ID'; - static $menu_title = 'Files & Images'; + static $menu_title = 'Files'; public static $tree_class = 'Folder'; diff --git a/code/controller/CMSMain.php b/code/controller/CMSMain.php index c02bdfdd..a65fb435 100755 --- a/code/controller/CMSMain.php +++ b/code/controller/CMSMain.php @@ -18,7 +18,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr // so that Director does not think they are actions of CMSMain static $url_priority = 40; - static $menu_title = 'Pages'; + static $menu_title = 'Edit Page'; static $menu_priority = 10; diff --git a/lang/en_US.php b/lang/en_US.php index 52fce563..1504b5bf 100755 --- a/lang/en_US.php +++ b/lang/en_US.php @@ -8,7 +8,7 @@ $lang['en_US']['AssetAdmin']['CHOOSEFILE'] = 'Choose file: '; $lang['en_US']['AssetAdmin']['DELETEDX'] = 'Deleted %s file(s) %s'; $lang['en_US']['AssetAdmin']['FILESREADY'] = 'Files ready to upload:'; $lang['en_US']['AssetAdmin']['MENUTITLE'] = array( - 'Files & Images', + 'Files', 100, 'Menu title' ); @@ -105,7 +105,7 @@ $lang['en_US']['CMSMain']['DESCREMOVED'] = 'and %s descendants'; $lang['en_US']['CMSMain']['EMAIL'] = 'Email'; $lang['en_US']['CMSMain']['GO'] = 'Go'; $lang['en_US']['CMSMain']['MENUTITLE'] = array( - 'Pages', + 'Edit Page', 100, 'Menu title' ); @@ -474,7 +474,7 @@ $lang['en_US']['SecurityAdmin']['APPLY_ROLES_HELP'] = 'Ability to edit the roles $lang['en_US']['SecurityAdmin']['EDITPERMISSIONS'] = 'Manage permissions for groups'; $lang['en_US']['SecurityAdmin']['EDITPERMISSIONS_HELP'] = 'Ability to edit Permissions and IP Addresses for a group. Requires "Access to Security".'; $lang['en_US']['SecurityAdmin']['MENUTITLE'] = array( - 'Security', + 'Users', 100, 'Menu title' );