From b5be9f79a39ee3cde94bc2429ebde5cb0b713454 Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Thu, 26 Jul 2007 21:13:34 +0000 Subject: [PATCH] Added captcha messages for collaboration system --- lib/WebGUI/i18n/English/Asset_Collaboration.pm | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/i18n/English/Asset_Collaboration.pm b/lib/WebGUI/i18n/English/Asset_Collaboration.pm index c2338ddfb..fa90c7544 100644 --- a/lib/WebGUI/i18n/English/Asset_Collaboration.pm +++ b/lib/WebGUI/i18n/English/Asset_Collaboration.pm @@ -1606,9 +1606,23 @@ the Collaboration Asset, the user will be notified.|, 'subscription group hoverHelp' => { message => q|Manage the users in the subscription group for this Collaboration System|, + lastUpdated => 1170543345, + }, + + 'use captcha label' => { + message => q|Use Post Captcha|, + lastUpdated => 1170543345, }, - + 'use captcha hover help' => { + message => q|Choose whether or not to make users verify their humnanity before being able to post to this collaboration system|, + lastUpdated => 1170543345, + }, + + 'captcha label' => { + message => q|Verify your humanity|, + lastUpdated => 1170543345, + }, }; 1;