From 1c2e83f7b225f70e1bc359f73207f575046b9a6e Mon Sep 17 00:00:00 2001 From: mudrd8mz Date: Tue, 20 Nov 2007 23:47:37 +0000 Subject: [PATCH] Fixes typo 'yes'' -> 'yes' --- lang/en_utf8/auth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en_utf8/auth.php b/lang/en_utf8/auth.php index 2dacdd361b..3d181f4bfa 100644 --- a/lang/en_utf8/auth.php +++ b/lang/en_utf8/auth.php @@ -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"; -- 2.39.5