diff --git a/code/CMSMain.php b/code/CMSMain.php index 55add3e5..3862c655 100755 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -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( diff --git a/lang/en_US.php b/lang/en_US.php index 0dc37c1f..86f803a6 100755 --- a/lang/en_US.php +++ b/lang/en_US.php @@ -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)';