diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-04-24 07:49:41 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-04-24 07:49:41 -0700 |
commit | b89c40242f85ecb49393e4fe6aeb3659550f60a4 (patch) | |
tree | 4bf30ecee0a74be8de4e26c131b5583976a717c1 | |
parent | 33d29bb790b04138f3c2d624f32e168595491985 (diff) |
Sentence-case the url. Fixes #1706.
-rw-r--r-- | modules/g2_import/helpers/g2_import_event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/helpers/g2_import_event.php b/modules/g2_import/helpers/g2_import_event.php index 0e078d08..0afa62d8 100644 --- a/modules/g2_import/helpers/g2_import_event.php +++ b/modules/g2_import/helpers/g2_import_event.php @@ -34,7 +34,7 @@ class g2_import_event_Core { ->get("settings_menu") ->append(Menu::factory("link") ->id("g2_import") - ->label(t("Gallery 2 Import")) + ->label(t("Gallery 2 import")) ->url(url::site("admin/g2_import"))); } } |