From: koenr Date: Wed, 15 Mar 2006 14:25:58 +0000 (+0000) Subject: typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ba54314b5879b29ba38c26b3da8557e0a0d0beea;p=moodle.git typo --- diff --git a/lang/en_utf8/enrol_imsenterprise.php b/lang/en_utf8/enrol_imsenterprise.php index 763a90106d..b5ddaebc3c 100644 --- a/lang/en_utf8/enrol_imsenterprise.php +++ b/lang/en_utf8/enrol_imsenterprise.php @@ -9,7 +9,7 @@ $string['coursesettings'] = 'Course data options'; $string['miscsettings'] = 'Miscellaneous'; // Labels in the config page -$string['description'] = 'This method will repeatedly check for and process a specially-formatted text file in the location that you specify. The file must follow the IMS Enterprise specifications containing person, group, and membership XML elements.'; +$string['description'] = 'This method will repeatedly check for and process a specially-formatted text file in the location that you specify. The file must follow the IMS Enterprise specifications containing person, group, and membership XML elements.'; $string['createnewusers'] = 'Create user accounts for users not yet registered in Moodle'; $string['deleteusers'] = 'Delete user accounts when specified in IMS data'; $string['fixcaseusernames'] = 'Change usernames to lower case';