From: martin Date: Fri, 19 Jul 2002 12:18:37 +0000 (+0000) Subject: Fixed welcome email X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4f384fce976d0ceffbd90b89bec91b0a8700ee41;p=moodle.git Fixed welcome email --- diff --git a/lang/en/strings.php b/lang/en/strings.php index 18d8a27fe9..7bffe5f62f 100644 --- a/lang/en/strings.php +++ b/lang/en/strings.php @@ -184,12 +184,12 @@ $string[usernameexists] = "This username already exists, choose another"; $string[userprofilefor] = "User profile for \$a"; $string[webpage] = "Web page"; $string[welcometocourse] = "Welcome to \$a"; -$string[welcometocoursetext] = "Welcome to \$a! +$string[welcometocoursetext] = "Welcome to \$a->coursename! One of the first things you should do is edit your profile page within the course so that we can learn more about you: - \$b"; + \$a->profileurl"; $string[wordforteacher] = "Your word for Teacher"; $string[wordforteachereg] = "eg Teacher, Tutor, Facilitator etc"; $string[wordforstudent] = "Your word for Student";