Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MINOR Renaming CMSMenu entries
  • Loading branch information
chillu committed Apr 28, 2011
1 parent 4fe07e9 commit 0661fa6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/controller/AssetAdmin.php
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion code/controller/CMSMain.php
Expand Up @@ -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;

Expand Down
6 changes: 3 additions & 3 deletions lang/en_US.php
Expand Up @@ -8,7 +8,7 @@
$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'
);
Expand Down Expand Up @@ -105,7 +105,7 @@
$lang['en_US']['CMSMain']['EMAIL'] = 'Email';
$lang['en_US']['CMSMain']['GO'] = 'Go';
$lang['en_US']['CMSMain']['MENUTITLE'] = array(
'Pages',
'Edit Page',
100,
'Menu title'
);
Expand Down Expand Up @@ -474,7 +474,7 @@
$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'
);
Expand Down

0 comments on commit 0661fa6

Please sign in to comment.