mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Improved help texts around permissions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@100789 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5e42eee71a
commit
3cb46c28b5
@ -1361,6 +1361,7 @@ JS;
|
|||||||
$perms["CMS_ACCESS_LeftAndMain"] = array(
|
$perms["CMS_ACCESS_LeftAndMain"] = array(
|
||||||
'name' => _t('CMSMain.ACCESSALLINTERFACES', 'Access to all CMS sections'),
|
'name' => _t('CMSMain.ACCESSALLINTERFACES', 'Access to all CMS sections'),
|
||||||
'category' => _t('Permission.CMS_ACCESS_CATEGORY', 'CMS Access'),
|
'category' => _t('Permission.CMS_ACCESS_CATEGORY', 'CMS Access'),
|
||||||
|
'help' => _t('CMSMain.ACCESSALLINTERFACES', 'Overrules more specific access settings.'),
|
||||||
'sort' => -100
|
'sort' => -100
|
||||||
);
|
);
|
||||||
$perms['CMS_ACCESS_CMSMain']['help'] = _t(
|
$perms['CMS_ACCESS_CMSMain']['help'] = _t(
|
||||||
|
Loading…
Reference in New Issue
Block a user