Skip to content

Commit

Permalink
Sentence casing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Jun 26, 2010
1 parent 6b619e1 commit 5767971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gallery/helpers/theme.php
Expand Up @@ -79,7 +79,7 @@ static function load_themes() {

static function get_edit_form_admin() {
$form = new Forge("admin/theme_options/save/", "", null, array("id" =>"g-theme-options-form"));
$group = $form->group("edit_theme")->label(t("Theme Layout"));
$group = $form->group("edit_theme")->label(t("Theme layout"));
$group->input("page_size")->label(t("Items per page"))->id("g-page-size")
->rules("required|valid_digit")
->error_messages("required", t("You must enter a number"))
Expand Down

0 comments on commit 5767971

Please sign in to comment.