diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-07-02 20:50:29 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-07-02 20:50:29 -0700 |
commit | 72281d2b448d77afde709929abaf3ab92883ccce (patch) | |
tree | 8de0bc958a628253e187c7d602c29a1d926248cf /modules/recaptcha/helpers/recaptcha_menu.php | |
parent | 93e9efed971c1eee8e754c900972c863984e066e (diff) |
Fix for ticket 470. Replace ReCaptcha with reCAPTCHA in user visible strings.
Diffstat (limited to 'modules/recaptcha/helpers/recaptcha_menu.php')
-rw-r--r-- | modules/recaptcha/helpers/recaptcha_menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"))); } } |