]> git.mjollnir.org Git - moodle.git/commitdiff
Fix 'drow-down' typo MDL-18320
authorpoltawski <poltawski>
Wed, 25 Mar 2009 09:43:19 +0000 (09:43 +0000)
committerpoltawski <poltawski>
Wed, 25 Mar 2009 09:43:19 +0000 (09:43 +0000)
merged from MOODLE_19_STABLE

lang/en_utf8/auth.php

index 5cedeb89b297bcd6164896127fb457c2953a851d..ad020d497bb8866485f910df3d492f36d7add5d0 100644 (file)
@@ -356,7 +356,7 @@ $string['shib_not_all_attributes_error'] = 'Moodle needs certain Shibboleth attr
 $string['auth_shib_integrated_wayf'] = 'Moodle WAYF Service';
 $string['auth_shib_integrated_wayf_description'] = 'If you check this, Moodle will use its own WAYF service instead of the one configured for Shibboleth. Moodle will display a drop-down list on this alternative login page where the user has to select his Identity Provider.';
 $string['auth_shib_idp_list'] = 'Identity Providers';
-$string['auth_shib_idp_list_description'] = 'Provide a list of Identity Provider entityIDs to let the user choose from on the login page.<br />On each line there must be a comma-separated tuple for entityID of the IdP (see the Shibboleth metadata file) and Name of IdP as it shall be displayed in the drow-down list.<br />As an optional third parameter you can add the location of a Shibboleth session initiator that shall be used in case your Moodle installation is part of a multi federation setup.';
+$string['auth_shib_idp_list_description'] = 'Provide a list of Identity Provider entityIDs to let the user choose from on the login page.<br />On each line there must be a comma-separated tuple for entityID of the IdP (see the Shibboleth metadata file) and Name of IdP as it shall be displayed in the drop-down list.<br />As an optional third parameter you can add the location of a Shibboleth session initiator that shall be used in case your Moodle installation is part of a multi federation setup.';
 $string['auth_shib_logout_url'] = 'Shibboleth Service Provider logout handler URL';
 $string['auth_shib_logout_url_description'] = 'Provide the URL to the Shibboleth Service Provider logout handler. This typically is <tt>/Shibboleth.sso/Logout</tt>';
 $string['auth_shib_auth_method'] = 'Authentication Method Name';