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