Index: recaptcha.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/recaptcha/Attic/recaptcha.module,v retrieving revision 1.13.2.4.2.11.2.12 diff -u -r1.13.2.4.2.11.2.12 recaptcha.module --- recaptcha.module 23 Sep 2009 17:27:35 -0000 1.13.2.4.2.11.2.12 +++ recaptcha.module 6 Nov 2009 20:09:36 -0000 @@ -168,7 +168,7 @@ function theme_recaptcha_custom_widget() { $recaptcha_only_if_incorrect_sol = t('Incorrect please try again'); $recaptcha_only_if_image_enter = t('Enter the words above:'); - $recaptcha_only_if_audio_enter = t('Enter the numbers you hear:'); + $recaptcha_only_if_audio_enter = t('Enter the words you hear:'); $recaptcha_get_another_captcha = t('Get another CAPTCHA'); $recaptcha_only_if_image = t('Get an audio CAPTCHA'); $recaptcha_only_if_audio = t('Get an image CAPTCHA');