From 1081eee201cefa0278e189a2296545097c6f1db4 Mon Sep 17 00:00:00 2001 From: unostar Date: Mon, 15 Jun 2009 05:54:45 -0700 Subject: Added "cutom_translations" instruction to Recaptcha to localize & cutomize recaptcha message. --- modules/recaptcha/views/form_recaptcha.html.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/recaptcha') diff --git a/modules/recaptcha/views/form_recaptcha.html.php b/modules/recaptcha/views/form_recaptcha.html.php index abdf8428..d4031586 100644 --- a/modules/recaptcha/views/form_recaptcha.html.php +++ b/modules/recaptcha/views/form_recaptcha.html.php @@ -6,7 +6,12 @@ Recaptcha.create( "", "gRecaptcha", - { theme: "white", callback: Recaptcha.focus_response_field }); + { + theme: "white", + custom_translations : { instructions_visual : ""}, + callback: Recaptcha.focus_response_field + } + ); }, 0); -- cgit v1.2.3