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:
Ingo Schommer 2010-03-15 20:50:12 +00:00 committed by Sam Minnee
parent 3ed6e4df05
commit 3e9424ac27
2 changed files with 3 additions and 2 deletions

View File

@ -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(

View File

@ -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)';