From db935a79f0013ef7c6f77b167f33a74c41499a19 Mon Sep 17 00:00:00 2001 From: poltawski Date: Wed, 25 Mar 2009 09:43:19 +0000 Subject: [PATCH] Fix 'drow-down' typo MDL-18320 merged from MOODLE_19_STABLE --- lang/en_utf8/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/auth.php b/lang/en_utf8/auth.php index 5cedeb89b2..ad020d497b 100644 --- a/lang/en_utf8/auth.php +++ b/lang/en_utf8/auth.php @@ -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.
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.
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.
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.
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 /Shibboleth.sso/Logout'; $string['auth_shib_auth_method'] = 'Authentication Method Name'; -- 2.39.5