From af29ef049e4f4e6b606a41b06ef306fcbc101ea3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20S=CC=8Ckoda?= Date: Tue, 28 Aug 2012 08:32:23 +0200 Subject: [PATCH] MDL-23875 improve cohort only help Credit goes to Helen Foster. --- enrol/self/lang/en/enrol_self.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enrol/self/lang/en/enrol_self.php b/enrol/self/lang/en/enrol_self.php index 03677277ce3..cae46daa41c 100644 --- a/enrol/self/lang/en/enrol_self.php +++ b/enrol/self/lang/en/enrol_self.php @@ -26,7 +26,7 @@ $string['cohortnonmemberinfo'] = 'Only members of cohort \'{$a}\' can self-enrol.'; $string['cohortonly'] = 'Only cohort members'; -$string['cohortonly_help'] = 'Select a cohort if you want to restrict self enrolment only to members of this cohort. Change of this setting does not affect existing enrolments.'; +$string['cohortonly_help'] = 'Self enrolment may be restricted to members of a specified cohort only. Note that changing this setting has no effect on existing enrolments.'; $string['customwelcomemessage'] = 'Custom welcome message'; $string['customwelcomemessage_help'] = 'A custom welcome message may be added as plain text or Moodle-auto format, including HTML tags and multi-lang tags. -- 2.11.4.GIT