1
0

The settings link label should be bit.ly instead of Bit.ly.

This commit is contained in:
Chad Kieffer 2010-12-29 21:37:22 -07:00
parent dbf31cd320
commit 7077fd9d0b

View File

@ -25,7 +25,7 @@ class bitly_event_Core {
$menu->get("settings_menu")
->append(Menu::factory("link")
->id("bitly_menu")
->label(t("Bit.ly"))
->label(t("bit.ly"))
->url(url::site("admin/bitly")));
}