diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 75534359b..63078aa59 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -4385,20 +4385,20 @@ Users may override this setting in their profile. }, 'use recaptcha' => { - message => q{Use reCAPTCHA?} + message => q{Use reCAPTCHA?}, lastUpdated => 0, }, 'use recaptcha description' => { - message => q{reCAPTCHA is a free CAPTCHA service that helps to digitize books. It requires a key set generated for your domain, available from http://recaptcha.net/.} + message => q{reCAPTCHA is a free CAPTCHA service that helps to digitize books. It requires a key set generated for your domain, available from http://recaptcha.net/.}, lastUpdated => 0, }, 'recaptcha private key' => { - message => 'reCAPTCHA Private Key' + message => 'reCAPTCHA Private Key', lastUpdated => 0, }, 'recaptcha public key' => { - message => 'reCAPTCHA Public Key' + message => 'reCAPTCHA Public Key', lastUpdated => 0, },