From 753ce3e02596c9dc1bc072707c214197088b4611 Mon Sep 17 00:00:00 2001 From: unostar Date: Wed, 17 Jun 2009 01:26:47 -0700 Subject: Add "custom_translations" instruction to captcha form builder to add possibility to localize and customize form. --- modules/recaptcha/views/admin_recaptcha.html.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/recaptcha/views/admin_recaptcha.html.php b/modules/recaptcha/views/admin_recaptcha.html.php index 74932a96..06a664e1 100644 --- a/modules/recaptcha/views/admin_recaptcha.html.php +++ b/modules/recaptcha/views/admin_recaptcha.html.php @@ -23,6 +23,7 @@ Recaptcha.create("", "gRecaptcha", { callback: Recaptcha.focus_response_field, lang: "en", + custom_translations : { instructions_visual : ""}, theme: "white" }); -- cgit v1.2.3