From e6e54c85e9db291d44a050a8e85f2da0131cc3fc Mon Sep 17 00:00:00 2001 From: wildgirl Date: Thu, 13 Nov 2008 14:50:05 +0000 Subject: [PATCH] auth lang string: MDL-17209 typo fix --- 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 6d4339624d5..6120aa69c4c 100644 --- a/lang/en_utf8/auth.php +++ b/lang/en_utf8/auth.php @@ -321,7 +321,7 @@ $string['auth_radiushost_key'] = 'Host'; $string['auth_radiussecret_key'] = 'Secret'; // Shibboleth plugin -$string['auth_shibbolethdescription'] = 'Using this method users are created and authenticated using Shibboleth.
Be sure to read the README for Shibboleth on how to set up your Moodle with Shibboleth'; +$string['auth_shibbolethdescription'] = 'Using this method users are created and authenticated using Shibboleth.
Be sure to read the README for Shibboleth on how to set up your Moodle with Shibboleth'; $string['auth_shibbolethtitle'] = 'Shibboleth'; $string['auth_shibboleth_login'] = 'Shibboleth Login'; $string['auth_shibboleth_manual_login'] = 'Manual Login';