From 438a51956af66821b9fbecdc0b75ea8ec2852bf4 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Thu, 15 Oct 2009 21:47:52 +0000 Subject: [PATCH] MINOR: Wording on permissions (from r85643) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89160 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/SiteTree.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/model/SiteTree.php b/core/model/SiteTree.php index f0eef5fe8..e38d86f87 100755 --- a/core/model/SiteTree.php +++ b/core/model/SiteTree.php @@ -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',