From c01d7b4d794a641d94ba7cf00d35988559a49130 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Sun, 3 Jul 2011 21:04:04 +0100 Subject: [PATCH] MDL-26611 Roles Language - remove reference to 'legacy role type' --- lang/en/role.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/role.php b/lang/en/role.php index 933f217661432..bda249f56122d 100644 --- a/lang/en/role.php +++ b/lang/en/role.php @@ -188,7 +188,7 @@ $string['grade:viewall'] = 'View grades of other users'; $string['grade:viewhidden'] = 'View hidden grades for owner'; $string['hidden'] = 'Hidden'; -$string['highlightedcellsshowdefault'] = 'The highlighted cells in the table below show the default permission for this type of role, based on the \'Legacy role type above\'.'; +$string['highlightedcellsshowdefault'] = 'The permissions selected in the table below are the defaults for the role archetype selected above.'; $string['highlightedcellsshowinherit'] = 'The highlighted cells in the table below show the permission (if any) that will be inherited. Apart from the capabilities whose permission you actually want to alter, you should leave everything set to Inherit.'; $string['checkglobalpermissions'] = 'Check system permissions'; $string['checkpermissions'] = 'Check permissions';