MDL-10585:

MDL-10584:
Present more factually correct message when a guest attempts to enrol.
Provide a mechanism for specifying which role in a course holds the
enrolment key.
This commit is contained in:
thepurpleblob
2007-08-01 10:55:17 +00:00
parent 964b1bb8c5
commit 5ceecdaaff
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ $string['description'] = 'This is the default form of enrolment. There are two m
able to add themselves to a course.</li>
</ul>';
$string['enrolname'] = 'Internal Enrolment';
$string['keyholderrole' ] = 'The role of the user that holds the enrolment key for a course. Displayed to students attempting to enrol on the course.';
?>
+2
View File
@@ -529,6 +529,8 @@ $string['enrolmentend'] = 'Enrolment Ends';
$string['enrolmentkey'] = 'Enrolment key';
$string['enrolmentkeyfrom'] = 'This course requires an \'enrolment key\' - a one-time<br />
password that you should have received from $a';
$string['enrolmentkeyfromguest'] = 'This course requires an \'enrolment key\' - as a guest<br />
you must enter it each time you enter the course. You should have received it from $a';
$string['enrolmentkeyhint'] = 'That enrolment key was incorrect, please try again<br />
(Here\'s a hint - it starts with \'$a\')';
$string['enrolmentnew'] = 'New enrolment in $a';