From 190bbc160309719adfbfe7783852c25b2c0b001c Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Fri, 26 Aug 2011 15:34:37 +0200 Subject: [PATCH] MDL-29135 Reworded login prompt with SSO over MNet enabled --- lang/en/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/auth.php b/lang/en/auth.php index 5e68e8edaf8..df576ec8889 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -115,7 +115,7 @@ $string['passwordhandling'] = 'Password field handling'; $string['plaintext'] = 'Plain text'; $string['pluginnotenabled'] = 'Authentication plugin \'{$a}\' is not enabled.'; $string['pluginnotinstalled'] = 'Authentication plugin \'{$a}\' is not installed.'; -$string['potentialidps'] = 'Do you usually log in somewhere else before arriving here?
Choose from the following list to log in at your usual place:'; +$string['potentialidps'] = 'Log in using your account on:'; $string['recaptcha'] = 'reCAPTCHA'; $string['recaptcha_help'] = 'The CAPTCHA is for preventing abuse from automated programs. Simply enter the words in the box, in order and separated by a space. -- 2.43.0