diff --git a/lang/en/moodle.php b/lang/en/moodle.php index b6b4cd8cdf2..235ff8dc49e 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 1f318a926a9..832add11bfa 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";