commit 5cfe1cda4edc04a7993ac451c2c8853891a4618c Author: Jay Jayswal Date: Fri Mar 18 23:40:27 2016 +0530 MDL-52158-PATCH diff --git a/lang/en/admin.php b/lang/en/admin.php index 390320b..1579710 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -294,8 +294,8 @@ $string['configproxyport'] = 'If this server needs to use a proxy computer, then $string['configproxytype'] = 'Type of web proxy (PHP5 and cURL extension required for SOCKS5 support).'; $string['configproxyuser'] = 'Username needed to access internet through proxy if required, empty if none (PHP cURL extension required).'; $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['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['configrecaptchaprivatekey'] = 'String of characters (private key) used to communicate between your Moodle server and the recaptcha server. ReCAPTCHA keys can be obtained from Google reCAPTCHA.'; +$string['configrecaptchapublickey'] = 'String of characters (public key) used to display the reCAPTCHA element in the signup form. ReCAPTCHA keys can be obtained from Google reCAPTCHA.'; $string['configrequestcategoryselection'] = 'Allow the selection of a category when requesting a course.'; $string['configrequestedstudentname'] = 'Word for student used in requested courses'; $string['configrequestedstudentsname'] = 'Word for students used in requested courses'; @@ -892,8 +892,8 @@ $string['questioncwqpfsok'] = 'Good. There are no \'random\' questions in your q $string['questiontype'] = 'Question type'; $string['questiontypes'] = 'Question types'; $string['quizattemptsupgradedmessage'] = 'In Moodle 2.1 there was a major upgrade to questions. It was possible to delay parts of the database upgrade to be run later. Before upgrading to Moodle 2.7, this upgrade must be completed.'; -$string['recaptchaprivatekey'] = 'ReCAPTCHA private key'; -$string['recaptchapublickey'] = 'ReCAPTCHA public key'; +$string['recaptchaprivatekey'] = 'ReCAPTCHA secret key'; +$string['recaptchapublickey'] = 'ReCAPTCHA site key'; $string['register'] = 'Register your site'; $string['registermoodleorg'] = 'When you register your site'; $string['registermoodleorgli1'] = 'You are added to a low-volume mailing list for important notifications such as security alerts and new releases of Moodle.';