From b4f2e35b3266f95518a16ee307a5fb422567b336 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 30 Apr 2013 17:58:30 +1200 Subject: [PATCH] Updating text for permission description to be accurate for 3.x --- code/model/SiteTree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/model/SiteTree.php b/code/model/SiteTree.php index 50b5052b..264da89f 100644 --- a/code/model/SiteTree.php +++ b/code/model/SiteTree.php @@ -2758,7 +2758,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid 'name' => _t('SiteTree.VIEW_ALL_DESCRIPTION', 'View any page'), 'category' => _t('Permissions.CONTENT_CATEGORY', 'Content permissions'), 'sort' => -100, - 'help' => _t('SiteTree.VIEW_ALL_HELP', 'Ability to view any page on the site, regardless of the settings on the Access tab. Requires the "Access to Site Content" permission') + 'help' => _t('SiteTree.VIEW_ALL_HELP', 'Ability to view any page on the site, regardless of the settings on the Access tab. Requires the "Access to \'Pages\' section" permission') ), 'SITETREE_EDIT_ALL' => array( 'name' => _t('SiteTree.EDIT_ALL_DESCRIPTION', 'Edit any page'),