From f3c40f8d3cf3f5dfbb5604d2ce47e310293ea12b Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 22 Aug 2003 15:04:20 +0000 Subject: [PATCH] English spelling for enrol --- lang/en/moodle.php | 2 +- lang/en_us/moodle.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"; -- 2.39.5