summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-01 08:07:36 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-01 08:07:36 +0000
commit0de74c1bb8a96fb5bd6e2840ca05033248c7845f (patch)
tree727895d1a400f31866c0282ef053e7fce9af33f0 /update.php
parenta9078d2f99979f76644dceb4ef3788ff7c9e56e8 (diff)
downloadbrdo-0de74c1bb8a96fb5bd6e2840ca05033248c7845f.tar.gz
brdo-0de74c1bb8a96fb5bd6e2840ca05033248c7845f.tar.bz2
#371886 by karschsp: update.php button should use sentence capitalization.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
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;