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:
Ingo Schommer 2009-08-30 20:59:32 +00:00
parent 04ae6d0f55
commit 42d12d75b8

View File

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