diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-05 15:48:04 +0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-06 01:26:22 +0800 |
commit | 7612c8d4045bb8347c8f0548269d8cc7a028bc4a (patch) | |
tree | ea64e1f27b728c478da454f4ebf005059a6a00d7 | |
parent | c7f49fd1ec3ed7d2261b46e35d21d59a3af11f49 (diff) |
Localize the 'Advanced' menu item
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
-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") |