fixed captcha to work even in not htmlform environments

added captch field to contact the maintainer form in matrix
added default label to captcha
This commit is contained in:
JT Smith 2006-05-05 20:20:15 +00:00
parent dea8fdc109
commit 6be1d2f76e
4 changed files with 18 additions and 3 deletions

View file

@ -1,6 +1,11 @@
package WebGUI::i18n::English::Form_Captcha;
our $I18N = {
'verify your humanity' => {
message => q|Verify Your Humanity|,
lastUpdated => 1078852836
},
'topicName' => {
message => q|Captcha|,
context => q|Captcha is an acronym, it cannot be translated.|,