Multilanguage captcha error message

Gatsman 23 Mar, 2013
I have a site with 3 languages, all translations work fine but i am not able to translate the captcha error message.

Any idea?

Thanks
John
Gatsman 25 Mar, 2013
Couldnt find the easy way to do this😟
But i did a hack that worked, i know it isn't the right way but it works for me.

I edited the file:
\administrator\components\com_chronoforms\form_actions\check_captcha\check_captcha.php
*always, backup the file first

At lines 27 & 37 i changed the:
$params->get('error', 'You have entered a wrong verification code!');


with
JText::_('COM_FURCODE_CAPTCHA_ERROR');


And then created an Override with the name "COM_FURCODE_CAPTCHA_ERROR" in the Joomla Language Manager.
I think you should also leave the "Error Message" in the "Check Captcha" blank.
GreyHead 28 Mar, 2013
HI gatsman,

That's a neat solution. Max should really pull these strings out :-(

Bob
This topic is locked and no more replies can be posted.