mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Fixed permission language code regression
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@101062 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
3ed6e4df05
commit
3e9424ac27
@ -1361,7 +1361,7 @@ JS;
|
||||
$perms["CMS_ACCESS_LeftAndMain"] = array(
|
||||
'name' => _t('CMSMain.ACCESSALLINTERFACES', 'Access to all CMS sections'),
|
||||
'category' => _t('Permission.CMS_ACCESS_CATEGORY', 'CMS Access'),
|
||||
'help' => _t('CMSMain.ACCESSALLINTERFACES', 'Overrules more specific access settings.'),
|
||||
'help' => _t('CMSMain.ACCESSALLINTERFACESHELP', 'Overrules more specific access settings.'),
|
||||
'sort' => -100
|
||||
);
|
||||
$perms['CMS_ACCESS_CMSMain']['help'] = _t(
|
||||
|
@ -90,7 +90,8 @@ $lang['en_US']['CMSMain']['ACCESS'] = array(
|
||||
PR_MEDIUM,
|
||||
'Item in permission selection identifying the admin section. Example: Access to \'Files & Images\''
|
||||
);
|
||||
$lang['en_US']['CMSMain']['ACCESSALLINTERFACES'] = 'Overrules more specific access settings.';
|
||||
$lang['en_US']['CMSMain']['ACCESSALLINTERFACES'] = 'Access to all CMS sections';
|
||||
$lang['en_US']['CMSMain']['ACCESSALLINTERFACESHELP'] = 'Overrules more specific access settings.';
|
||||
$lang['en_US']['CMSMain']['ACCESS_HELP'] = 'Allow viewing of the section containing page tree and content. View and edit permissions can be handled through page specific dropdowns, as well as the separate "Content permissions".';
|
||||
$lang['en_US']['CMSMain']['CANCEL'] = 'Cancel';
|
||||
$lang['en_US']['CMSMain']['CHOOSEREPORT'] = '(Choose a report)';
|
||||
|
Loading…
Reference in New Issue
Block a user