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:
Sam Minnee 2009-10-15 21:47:52 +00:00
parent 72bda196e1
commit 438a51956a

View File

@ -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',