diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-02 20:52:55 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-02 20:52:55 -0700 |
commit | 85ea66d51e762aab511fcc549c5d6ba06aa556d0 (patch) | |
tree | a47b37c4070177d5adf91237e73037fcddc48e77 /modules/recaptcha/helpers/recaptcha_menu.php | |
parent | adb820e37c95277b07ade93b2404fb3bc213380a (diff) | |
parent | 72281d2b448d77afde709929abaf3ab92883ccce (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
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"))); } } |