From: wildgirl Date: Thu, 13 Nov 2008 14:49:12 +0000 (+0000) Subject: auth lang string: MDL-17209 typo fix X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f462e204f19de0a63a8f171d08851913dd03429a;p=moodle.git auth lang string: MDL-17209 typo fix --- 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';