mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: Wording on permissions (from r85643)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89160 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
72bda196e1
commit
438a51956a
@ -2284,11 +2284,11 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
||||
),
|
||||
'SITETREE_VIEW_ALL' => _t(
|
||||
'SiteTree.VIEW_ALL_DESCRIPTION',
|
||||
'Can view any page on the site, bypassing page specific security'
|
||||
'Can view any page on the site, regardless of the settings on the Access tab'
|
||||
),
|
||||
'SITETREE_EDIT_ALL' => _t(
|
||||
'SiteTree.EDIT_ALL_DESCRIPTION',
|
||||
'Can edit any page on the site, bypassing page specific security'
|
||||
'Can edit any page on the site, regardless of the settings on the Access tab'
|
||||
),
|
||||
'SITETREE_REORGANISE' => _t(
|
||||
'SiteTree.REORGANISE_DESCRIPTION',
|
||||
|
Loading…
Reference in New Issue
Block a user