From d4dc367a5b4c1504025cdfae732a528c06833120 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Mon, 28 Mar 2011 17:07:55 +0200 Subject: [PATCH] MDL-26744 enrol meta lang string improvement thanks to Ray Lawrence --- enrol/meta/lang/en/enrol_meta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enrol/meta/lang/en/enrol_meta.php b/enrol/meta/lang/en/enrol_meta.php index c7558083fe6..187f6b3db4a 100644 --- a/enrol/meta/lang/en/enrol_meta.php +++ b/enrol/meta/lang/en/enrol_meta.php @@ -28,6 +28,6 @@ $string['linkedcourse'] = 'Link course'; $string['meta:config'] = 'Configure meta enrol instances'; $string['meta:selectaslinked'] = 'Select course as meta linked'; $string['nosyncroleids'] = 'Roles that are not synchronised'; -$string['nosyncroleids_desc'] = 'By default all course level role assignments are synchronised from parent to child courses. Roles that are selected here will not be included in the synchronisation process. The current roles will be updated in the next cron execution.'; +$string['nosyncroleids_desc'] = 'By default all course level role assignments are synchronised from parent to child courses. Roles that are selected here will not be included in the synchronisation process. The roles available for synchronisation will be updated in the next cron execution.'; $string['pluginname'] = 'Course meta link'; $string['pluginname_desc'] = 'Course meta link enrolment plugin synchronises enrolments and roles in two different courses.';