From 826cedfd5450c87434ea66c3a024a0aa90b134ae Mon Sep 17 00:00:00 2001 From: poltawski Date: Wed, 25 Mar 2009 09:42:25 +0000 Subject: [PATCH] Fix 'drow-down' typo MDL-18320 --- 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 51bf3b62b54..e73dae71e1a 100644 --- a/lang/en_utf8/auth.php +++ b/lang/en_utf8/auth.php @@ -354,7 +354,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';