#19638: Modified the text to be more meaningful.

--HG--
branch : 1.x
This commit is contained in:
rafaelmedeiros
2013-04-23 12:12:07 -04:00
parent 6dd36f5107
commit 71020e9919

View File

@@ -61,7 +61,7 @@ namespace Orchard.AntiSpam.Drivers {
);
if(!HandleValidateResponse(context, result)) {
updater.AddModelError("Parts_ReCaptcha_Fields", T("Incorrect word"));
updater.AddModelError("Parts_ReCaptcha_Fields", T("The text you entered in the Captcha field does not match the image"));
}
}