Fixes typo 'yes'' -> 'yes'
authormudrd8mz <mudrd8mz>
Tue, 20 Nov 2007 23:47:37 +0000 (23:47 +0000)
committermudrd8mz <mudrd8mz>
Tue, 20 Nov 2007 23:47:37 +0000 (23:47 +0000)
lang/en_utf8/auth.php

index 2dacdd361be999cadd36a4df23fbc6a907ef6475..3d181f4bfa1b65d84c620266df93a8347ed96697 100644 (file)
@@ -35,9 +35,9 @@ $string['auth_nologintitle'] = 'No login';
 $string['auth_cas_proxycas_key'] = "Proxy mode";
 $string['auth_cas_logoutcas_key'] = "Logout CAS";
 $string['auth_cas_multiauth_key'] = "Multi-authentication";
-$string['auth_cas_proxycas'] = "Turn this to 'yes'' if you use CASin proxy-mode";
-$string['auth_cas_logoutcas'] = "Turn this to 'yes'' if tou want to logout from CAS when you deconnect from Moodle";
-$string['auth_cas_multiauth'] = "Turn this to 'yes'' if you want to have multi-authentication (CAS + other authentication)";
+$string['auth_cas_proxycas'] = 'Turn this to \'yes\' if you use CASin proxy-mode';
+$string['auth_cas_logoutcas'] = 'Turn this to \'yes\' if tou want to logout from CAS when you deconnect from Moodle';
+$string['auth_cas_multiauth'] = 'Turn this to \'yes\' if you want to have multi-authentication (CAS + other authentication)';
 $string['accesCAS'] = "CAS users";
 $string['accesNOCAS'] = "other users";
 $string['CASform'] = "Authentication choice";