From 72281d2b448d77afde709929abaf3ab92883ccce Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Thu, 2 Jul 2009 20:50:29 -0700 Subject: Fix for ticket 470. Replace ReCaptcha with reCAPTCHA in user visible strings. --- modules/recaptcha/helpers/recaptcha_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/recaptcha/helpers/recaptcha_menu.php') diff --git a/modules/recaptcha/helpers/recaptcha_menu.php b/modules/recaptcha/helpers/recaptcha_menu.php index ba3c8b78..047abf8f 100644 --- a/modules/recaptcha/helpers/recaptcha_menu.php +++ b/modules/recaptcha/helpers/recaptcha_menu.php @@ -22,7 +22,7 @@ class recaptcha_menu_Core { $menu->get("settings_menu") ->append(Menu::factory("link") ->id("recaptcha") - ->label(t("Recaptcha")) + ->label(t("reCAPTCHA")) ->url(url::site("admin/recaptcha"))); } } -- cgit v1.2.3