From f3cbcc623d4fdde54dcaad4b19e6d12e6fae4b12 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Tue, 19 Jul 2011 10:24:57 +0200 Subject: [PATCH] MDL-27889 use new recaptcha google urls in lang packs --- lang/en/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/admin.php b/lang/en/admin.php index 850e58912dfaf..014223ec1d6b4 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -298,7 +298,7 @@ $string['configquarantinedir'] = 'If you want clam AV to move infected files to a quarantine directory, enter it here. It must be writable by the webserver. If you leave this blank, or if you enter a directory that doesn\'t exist or isn\'t writable, infected files will be deleted. Do not include a trailing slash.'; $string['configrcache'] = 'Use the cache to store database records. Remember to set \'cachetype\' as well!'; $string['configrcachettl'] = 'Time-to-live for cached records, in seconds. Use a short (<15) value here.'; -$string['configrecaptchaprivatekey'] = 'String of characters used to communicate between your Moodle server and the recaptcha.net server. Obtain one for this site by visiting http://www.google.com/recaptcha'; +$string['configrecaptchaprivatekey'] = 'String of characters used to communicate between your Moodle server and the recaptcha server. Obtain one for this site by visiting http://www.google.com/recaptcha'; $string['configrecaptchapublickey'] = 'String of characters used to display the reCAPTCHA element in the signup form. Generated by http://www.google.com/recaptcha'; $string['configrequestedstudentname'] = 'Word for student used in requested courses'; $string['configrequestedstudentsname'] = 'Word for students used in requested courses';