diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-05 00:48:04 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-05 00:48:04 -0700 |
commit | 76abcb7520fc9b7300a22fad14b873d5ce2663a3 (patch) | |
tree | ea64e1f27b728c478da454f4ebf005059a6a00d7 | |
parent | c7f49fd1ec3ed7d2261b46e35d21d59a3af11f49 (diff) |
Localize the 'Advanced' menu item
-rw-r--r-- | modules/gallery/helpers/gallery_menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_menu.php b/modules/gallery/helpers/gallery_menu.php index 2a9e193b..854086c1 100644 --- a/modules/gallery/helpers/gallery_menu.php +++ b/modules/gallery/helpers/gallery_menu.php @@ -133,7 +133,7 @@ class gallery_menu_Core { access::csrf_token()))) ->append(Menu::factory("link") ->id("advanced") - ->label("Advanced") + ->label(t("Advanced")) ->url(url::site("admin/advanced_settings")))) ->append(Menu::factory("link") ->id("modules") |