From 4f384fce976d0ceffbd90b89bec91b0a8700ee41 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 19 Jul 2002 12:18:37 +0000 Subject: [PATCH] Fixed welcome email --- lang/en/strings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.39.5