]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15879 lang string typo fix (thanks to Susan Mangan)
authorwildgirl <wildgirl>
Mon, 1 Sep 2008 14:54:58 +0000 (14:54 +0000)
committerwildgirl <wildgirl>
Mon, 1 Sep 2008 14:54:58 +0000 (14:54 +0000)
lang/en_utf8/auth.php

index 841017a3dc3ad73c2f66c53cb1a4b27b82077d73..28ac5ab5036f9ddc97460216c80036cf070f721e 100644 (file)
@@ -9,7 +9,7 @@ $string['forgottenpassword'] = 'If you enter a URL here, it will be used as the
 $string['forgottenpasswordurl'] = 'Forgotten password URL';
 $string['pluginnotenabled'] = 'Authentication plugin \'$a\' is not enabled.';
 $string['pluginnotinstalled'] = 'Authentication plugin \'$a\' is not installed.';
-// syncronization
+// synchronization
 $string['auth_sync_script'] ='Cron synchronization script';
 $string['auth_dbinsertuser'] ='Inserted user $a[0] id $a[1]';
 $string['auth_dbinsertusererror'] = 'Error inserting user $a';
@@ -183,7 +183,7 @@ $string['auth_ldap_expiration_desc'] = 'Select No to disable expired password ch
 $string['auth_ldap_expiration_warning_desc'] = 'Number of days before password expiration warning is issued.';
 $string['auth_ldap_expireattr_desc'] = 'Optional: overrides ldap-attribute that stores password expiration time';
 $string['auth_ldap_graceattr_desc'] = 'Optional: Overrides  gracelogin attribute';
-$string['auth_ldap_gracelogins_desc'] = 'Enable LDAP gracelogin support. After password has expired user can login until gracelogin count is 0. Enabling this setting displays grace login message if password is exprired.';
+$string['auth_ldap_gracelogins_desc'] = 'Enable LDAP gracelogin support. After password has expired user can login until gracelogin count is 0. Enabling this setting displays grace login message if password is expired.';
 $string['auth_ldap_groupecreators'] = 'List of groups or contexts whose members are allowed to create groups. Separate multiple groups with \';\'. Usually something like \'cn=teachers,ou=staff,o=myorg\'';
 $string['auth_ldap_groupecreators_key'] = 'Group creators';
 $string['auth_ldap_host_url'] = 'Specify LDAP host in URL-form like \'ldap://ldap.myorg.com/\' or \'ldaps://ldap.myorg.com/\' Separate multipleservers with \';\' to get failover support.';