Skip to content

Commit

Permalink
#371886 by karschsp: update.php button should use sentence capitaliza…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
webchick committed Mar 1, 2009
1 parent a9078d2 commit 0de74c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ function update_script_selection_form() {
);
$form['submit'] = array(
'#type' => 'submit',
'#value' => 'apply pending updates',
'#value' => 'Apply pending updates',
);
}
return $form;
Expand Down

0 comments on commit 0de74c1

Please sign in to comment.