From: koenr Date: Mon, 22 Nov 2004 23:35:33 +0000 (+0000) Subject: noticed a couple typo's while translating X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0dcc5d3fceef386a7e3c9c0801cf1d5b68340054;p=moodle.git noticed a couple typo's while translating --- diff --git a/lang/en/enrol_ldap.php b/lang/en/enrol_ldap.php index daeb3aacc3..17d7f6578c 100755 --- a/lang/en/enrol_ldap.php +++ b/lang/en/enrol_ldap.php @@ -17,7 +17,7 @@ $string['description'] = '

You can use an LDAP server to control your enrolmen Authentication.

Enrolments will be updated when the user logs in. You can also run a script to keep enrolments in synch. Look in - enrol/ldap/enrol_ldap_sync.php.

+ enrol/ldap/enrol_ldap_sync.php.

This plugin can also be set to automatically create new courses when new groups appear in LDAP.

'; $string['enrol_ldap_server_settings'] = 'LDAP Server Settings'; @@ -60,7 +60,7 @@ $string['enrol_ldap_editlock'] = 'Lock value'; $string['enrol_ldap_course_idnumber'] = 'Map to the unique identifier in LDAP, usually cn or uid. It is - ecommended to lock the value if you are using + recommended to lock the value if you are using automatic course creation.'; $string['enrol_ldap_course_shortname'] = 'Optional: LDAP field to get the shortname from.'; $string['enrol_ldap_course_fullname'] = 'Optional: LDAP field to get the full name from.';