Skip to content

Commit

Permalink
"Server Add" -> "Server add"
Browse files Browse the repository at this point in the history
(Sentence capitalization)
  • Loading branch information
bharat committed Aug 10, 2010
1 parent 0ff81c7 commit d5dbd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/server_add/helpers/server_add_event.php
Expand Up @@ -22,7 +22,7 @@ static function admin_menu($menu, $theme) {
$menu->get("settings_menu")
->append(Menu::factory("link")
->id("server_add")
->label(t("Server Add"))
->label(t("Server add"))
->url(url::site("admin/server_add")));
}

Expand All @@ -35,7 +35,7 @@ static function site_menu($menu, $theme) {
$menu->get("add_menu")
->append(Menu::factory("dialog")
->id("server_add")
->label(t("Server Add"))
->label(t("Server add"))
->url(url::site("server_add/browse/$item->id")));
}
}
Expand Down

0 comments on commit d5dbd16

Please sign in to comment.