From 87cfde86bad74166fa0838ed214a48f57193beeb Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 10 Dec 2003 07:38:57 +0000 Subject: [PATCH] Fixed some enrol -> enroll --- lang/en_us/help/enrolmentkey.html | 4 ++-- lang/en_us/help/guestaccess.html | 2 +- lang/en_us/moodle.php | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/en_us/help/enrolmentkey.html b/lang/en_us/help/enrolmentkey.html index c5a094dafe..1622a372e1 100644 --- a/lang/en_us/help/enrolmentkey.html +++ b/lang/en_us/help/enrolmentkey.html @@ -1,10 +1,10 @@ -

Course Enrolment Key

+

Course Enrollment Key

A course enrollment key is what keeps unwanted people out of your course.

If you leave this blank, then anyone who has created - a Moodle username on this site will be able to enrol + a Moodle username on this site will be able to enroll in your course simply by going in to it.

If you put something here, then students who are trying diff --git a/lang/en_us/help/guestaccess.html b/lang/en_us/help/guestaccess.html index 83462047d0..fb13ca2377 100644 --- a/lang/en_us/help/guestaccess.html +++ b/lang/en_us/help/guestaccess.html @@ -10,7 +10,7 @@

This can be handy when you want to let a colleague in to look around at your work, or to let students see a course before - they have decided to enrol. + they have decided to enroll.

Note that you have a choice between two types of guest access: with the enrollment key or without. If you choose to allow diff --git a/lang/en_us/moodle.php b/lang/en_us/moodle.php index df3f14c462..c24834267e 100644 --- a/lang/en_us/moodle.php +++ b/lang/en_us/moodle.php @@ -287,7 +287,7 @@ $string['emailpasswordsent'] = "Thank you for confirming the change of password.

The new password was automatically generated - you might like to link>change your password to something easier to remember."; $string['enrolmentconfirmation'] = "You are about to enroll yourself as a member of this course.
Are you sure you wish to do this?"; -$string['enrolmentkey'] = "Enrolment key"; +$string['enrolmentkey'] = "Enrollment key"; $string['enrolmentkeyfrom'] = "This course requires an 'enrollment key' - a one-time
password that you should have received from \$a"; $string['enrolmentkeyhint'] = "That enrollment key was incorrect, please try again
@@ -437,7 +437,7 @@ $string['loginsteps'] = "Hi! For full access to courses you'll need to take

  • Your account will be confirmed and you will be logged in.
  • Now, select the course you want to participate in.
  • If you are prompted for a "enrollment key" - use the one - that your teacher has given you. This will "enrol" you in the + that your teacher has given you. This will "enroll" you in the course.
  • You can now access the full course. From now on you will only need to enter your personal username and password (in the form on this page) @@ -756,9 +756,9 @@ $string['total'] = "Total"; $string['turneditingoff'] = "Turn editing off"; $string['turneditingon'] = "Turn editing on"; $string['undecided'] = "Undecided"; -$string['unenrol'] = "Unenrol"; -$string['unenrolme'] = "Unenrol me from \$a"; -$string['unenrolsure'] = "Are you sure you want to unenrol \$a from this course?"; +$string['unenrol'] = "Unenroll"; +$string['unenrolme'] = "Unenroll me from \$a"; +$string['unenrolsure'] = "Are you sure you want to unenroll \$a from this course?"; $string['unknowncategory'] = "Unknown category"; $string['unpacking'] = "Unpacking \$a"; $string['unsafepassword'] = "Unsafe password - try something else"; -- 2.39.5