Hi all
I have this code in my form:
$this->addElement('Captcha', 'captcha', array('label'=>'Bestrijd
spam','captcha'=>array('captcha'=>'Dumb','wordLen'=>6)));
$this->getElement('captcha')->addDecorator('HtmlTag',array('tag'=>'li'));
$this->getElement('captcha')->addDecorator('Label',array('tag'=>'li'));
However, under my own label ('Bestrijd spam'), I'm getting this message as
well:
'Please type this word backwards:' after which the word follows
What's the best way to change this message and deliver it in Dutch?
Thank you!
GJ
--
View this message in context:
http://www.nabble.com/Zend_Form_Element_Captcha-decorator-tp19309008p19309008.html
Sent from the Zend Framework mailing list archive at Nabble.com.