From f462e204f19de0a63a8f171d08851913dd03429a Mon Sep 17 00:00:00 2001 From: wildgirl Date: Thu, 13 Nov 2008 14:49:12 +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 28ac5ab503..55b22b2756 100644 --- a/lang/en_utf8/auth.php +++ b/lang/en_utf8/auth.php @@ -320,7 +320,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'; -- 2.39.5