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:
David Mudrak 2011-07-13 16:47:05 +02:00
parent ecb8829273
commit 94f630e33f
7 changed files with 22 additions and 10 deletions

View file

@ -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';