From d145a62e5be9ae41c1e6be2f145f80cfeacd406b Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Wed, 13 Jan 2010 02:12:34 +0000 Subject: [PATCH] enrol-mnet MDL-21297 Fixed another syntax error --- lang/en_utf8/enrol_mnet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/enrol_mnet.php b/lang/en_utf8/enrol_mnet.php index e11fc1f86e..f6e3b98980 100644 --- a/lang/en_utf8/enrol_mnet.php +++ b/lang/en_utf8/enrol_mnet.php @@ -20,7 +20,7 @@ $string['mnet_enrol_description'] = 'Publish this service to allow administ $string['mnetlocalforexternal'] = 'Local courses for external users'; $string['couldnotcreateuser'] = 'An error occurred while trying to create that user!'; $string['coursenotfound'] = 'Sorry, but that course doesn\'t exist'; -$string]'courseunavailable'] = 'Sorry, but that course isn\'t available'; +$string['courseunavailable'] = 'Sorry, but that course isn\'t available'; $string['usernotfound'] = 'Sorry, could not find that user record'; $string['couldnotenrol'] = 'Sorry, could not enrol that user in that course!'; $string['couldnotenrol'] = 'Sorry, could not unenrol that user from that course!'; -- 2.39.5