From 3784137ef13710d9696d7c945f7e7acd3e9be7ad Mon Sep 17 00:00:00 2001 From: skodak Date: Fri, 27 Oct 2006 21:48:54 +0000 Subject: [PATCH] fix loginsteps string in moodle.php MDL-7249; merged from MOODLE_17_STABLE --- lang/en_utf8/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 547c1ea2af..335020788f 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -767,7 +767,7 @@ $string['loginsteps'] = 'Hi! For full access to courses you\'ll need to take
  • Read your email, and click on the web link it contains.
  • 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 \"enrolment key\" - use the one +
  • If you are prompted for an \"enrolment key\" - use the one that your teacher has given you. This will \"enrol\" you in the course.
  • You can now access the full course. From now on you will only need -- 2.39.5