Add missing commas to patch I committed yesterday

This commit is contained in:
Colin Kuskie 2009-06-18 15:03:28 +00:00
parent c638a4ec9b
commit 492e7fd026

View file

@ -4385,20 +4385,20 @@ Users may override this setting in their profile.
}, },
'use recaptcha' => { 'use recaptcha' => {
message => q{Use reCAPTCHA?} message => q{Use reCAPTCHA?},
lastUpdated => 0, lastUpdated => 0,
}, },
'use recaptcha description' => { '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 <a href="http://recaptcha.net/">http://recaptcha.net/</a>.} message => q{reCAPTCHA is a free CAPTCHA service that helps to digitize books. It requires a key set generated for your domain, available from <a href="http://recaptcha.net/">http://recaptcha.net/</a>.},
lastUpdated => 0, lastUpdated => 0,
}, },
'recaptcha private key' => { 'recaptcha private key' => {
message => 'reCAPTCHA Private Key' message => 'reCAPTCHA Private Key',
lastUpdated => 0, lastUpdated => 0,
}, },
'recaptcha public key' => { 'recaptcha public key' => {
message => 'reCAPTCHA Public Key' message => 'reCAPTCHA Public Key',
lastUpdated => 0, lastUpdated => 0,
}, },