From 492e7fd0260f4e04125dc632cdb7991f1c885650 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 18 Jun 2009 15:03:28 +0000 Subject: [PATCH] Add missing commas to patch I committed yesterday --- lib/WebGUI/i18n/English/WebGUI.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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, },