From: moodler Date: Fri, 22 Aug 2003 15:04:20 +0000 (+0000) Subject: English spelling for enrol X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f3c40f8d3cf3f5dfbb5604d2ce47e310293ea12b;p=moodle.git English spelling for enrol --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index b6b4cd8cdf..235ff8dc49 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -62,7 +62,7 @@ $string['areyousuretorestorethis'] = "Are you sure to restore it ?"; $string['assessment'] = "Assessment"; $string['assignadmins'] = "Assign admins"; $string['assigncreators'] = "Assign creators"; -$string['assignstudents'] = "Enroll students"; +$string['assignstudents'] = "Enrol students"; $string['assignstudentsnote'] = "Note: it may not be necessary to use this page, since it is possible for students to enrol themselves in this course."; $string['assignstudentspass'] = "All you may need to do is notify your students of the enrolment key for this course, which is currently set to: '\$a'"; $string['assignteachers'] = "Assign teachers"; diff --git a/lang/en_us/moodle.php b/lang/en_us/moodle.php index 1f318a926a..832add11bf 100644 --- a/lang/en_us/moodle.php +++ b/lang/en_us/moodle.php @@ -37,6 +37,7 @@ $string['areyousuretorestorethis'] = "Are you sure to restore it ?"; $string['assessment'] = "Assessment"; $string['assignadmins'] = "Assign admins"; $string['assigncreators'] = "Assign course creators"; +$string['assignstudents'] = "Enroll students"; $string['assignteachers'] = "Assign teachers"; $string['authentication'] = "Authentication"; $string['autosubscribe'] = "Forum auto-subscribe";