From 0de74c1bb8a96fb5bd6e2840ca05033248c7845f Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 1 Mar 2009 08:07:36 +0000 Subject: #371886 by karschsp: update.php button should use sentence capitalization. --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 215727314..1fdea2b6e 100644 --- a/update.php +++ b/update.php @@ -282,7 +282,7 @@ function update_script_selection_form() { ); $form['submit'] = array( '#type' => 'submit', - '#value' => 'apply pending updates', + '#value' => 'Apply pending updates', ); } return $form; -- cgit v1.2.3