mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Renaming CMSMenu entries
This commit is contained in:
parent
4fe07e9b71
commit
0661fa6ceb
@ -12,7 +12,7 @@ class AssetAdmin extends LeftAndMain {
|
|||||||
|
|
||||||
static $url_rule = '/$Action/$ID';
|
static $url_rule = '/$Action/$ID';
|
||||||
|
|
||||||
static $menu_title = 'Files & Images';
|
static $menu_title = 'Files';
|
||||||
|
|
||||||
public static $tree_class = 'Folder';
|
public static $tree_class = 'Folder';
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
|||||||
// so that Director does not think they are actions of CMSMain
|
// so that Director does not think they are actions of CMSMain
|
||||||
static $url_priority = 40;
|
static $url_priority = 40;
|
||||||
|
|
||||||
static $menu_title = 'Pages';
|
static $menu_title = 'Edit Page';
|
||||||
|
|
||||||
static $menu_priority = 10;
|
static $menu_priority = 10;
|
||||||
|
|
||||||
|
@ -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']['DELETEDX'] = 'Deleted %s file(s) %s';
|
||||||
$lang['en_US']['AssetAdmin']['FILESREADY'] = 'Files ready to upload:';
|
$lang['en_US']['AssetAdmin']['FILESREADY'] = 'Files ready to upload:';
|
||||||
$lang['en_US']['AssetAdmin']['MENUTITLE'] = array(
|
$lang['en_US']['AssetAdmin']['MENUTITLE'] = array(
|
||||||
'Files & Images',
|
'Files',
|
||||||
100,
|
100,
|
||||||
'Menu title'
|
'Menu title'
|
||||||
);
|
);
|
||||||
@ -105,7 +105,7 @@ $lang['en_US']['CMSMain']['DESCREMOVED'] = 'and %s descendants';
|
|||||||
$lang['en_US']['CMSMain']['EMAIL'] = 'Email';
|
$lang['en_US']['CMSMain']['EMAIL'] = 'Email';
|
||||||
$lang['en_US']['CMSMain']['GO'] = 'Go';
|
$lang['en_US']['CMSMain']['GO'] = 'Go';
|
||||||
$lang['en_US']['CMSMain']['MENUTITLE'] = array(
|
$lang['en_US']['CMSMain']['MENUTITLE'] = array(
|
||||||
'Pages',
|
'Edit Page',
|
||||||
100,
|
100,
|
||||||
'Menu title'
|
'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'] = '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']['EDITPERMISSIONS_HELP'] = 'Ability to edit Permissions and IP Addresses for a group. Requires "Access to Security".';
|
||||||
$lang['en_US']['SecurityAdmin']['MENUTITLE'] = array(
|
$lang['en_US']['SecurityAdmin']['MENUTITLE'] = array(
|
||||||
'Security',
|
'Users',
|
||||||
100,
|
100,
|
||||||
'Menu title'
|
'Menu title'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user