MDL-49953 enrol_cohort: correction to string

This commit is contained in:
Marina Glancy 2015-04-09 12:43:53 +08:00
parent 42c92eef33
commit 5894432c50
3 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ $string['addgroup'] = 'Add to group';
$string['assignrole'] = 'Assign role';
$string['cohort:config'] = 'Configure cohort instances';
$string['cohort:unenrol'] = 'Unenrol suspended users';
$string['defaultgroupnametext'] = '{$a->name} cohort{$a->increment}';
$string['defaultgroupnametext'] = '{$a->name} cohort {$a->increment}';
$string['instanceexists'] = 'Cohort is already synchronised with selected role';
$string['pluginname'] = 'Cohort sync';
$string['pluginname_desc'] = 'Cohort enrolment plugin synchronises cohort members with course participants.';