summaryrefslogtreecommitdiff
path: root/modules/g2_import/helpers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2011-04-24 07:49:41 -0700
committerBharat Mediratta <bharat@menalto.com>2011-04-24 07:49:41 -0700
commitb89c40242f85ecb49393e4fe6aeb3659550f60a4 (patch)
tree4bf30ecee0a74be8de4e26c131b5583976a717c1 /modules/g2_import/helpers
parent33d29bb790b04138f3c2d624f32e168595491985 (diff)
Sentence-case the url. Fixes #1706.
Diffstat (limited to 'modules/g2_import/helpers')
-rw-r--r--modules/g2_import/helpers/g2_import_event.php2
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")));
}
}