----------------------------------------
* CRM-17657: ReCAPTCHA validation text is no longer accurate
https://issues.civicrm.org/jira/browse/CRM-17657
if ($form->isSubmitted() && empty($form->_submitValues['g-recaptcha-response'])) {
$form->setElementError(
'g-recaptcha-response',
- ts('Input text must match the phrase in the image. Please review the image and re-enter matching text.')
+ ts('Please go back and complete the CAPTCHA at the bottom of this form.')
);
}
}