mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-28325 Enrolment: added help to the duration, start date and end date setting
The patch also fixes one typo in enrol_manual detected while working on this.
This commit is contained in:
parent
ecb8829273
commit
94f630e33f
7 changed files with 22 additions and 10 deletions
|
@ -256,7 +256,7 @@ $string['youcantdo'] = 'You can\'t do this action: {$a->action}';
|
|||
$string['zipcode'] = 'Zip code';
|
||||
$string['cost'] = 'Cost';
|
||||
$string['currency'] = 'Currency';
|
||||
$string['enrolperiod'] = 'Enrolment period';
|
||||
$string['enrolperiod'] = 'Enrolment duration';
|
||||
$string['enrolstartdate'] = 'Start date';
|
||||
$string['enrolenddate'] = 'End date';
|
||||
$string['enrolenddaterror'] = 'Enrolment end date cannot be earlier than start date';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue