summaryrefslogtreecommitdiff
path: root/includes/authorize.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-27 03:27:00 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-27 03:27:00 +0000
commitf4d17e018cff383cfd92a06d1d69e217b79a964f (patch)
tree37432cf9bd59adef41c272b3b2d8ec95c2ab2b5c /includes/authorize.inc
parent75f243f55cdfab7b862a7777d59e34e39d0d910a (diff)
downloadbrdo-f4d17e018cff383cfd92a06d1d69e217b79a964f.tar.gz
brdo-f4d17e018cff383cfd92a06d1d69e217b79a964f.tar.bz2
#605920 by dww and Bojhan: Fix all buttons in update manager workflow to use 'Sentence case' labels.
Diffstat (limited to 'includes/authorize.inc')
-rw-r--r--includes/authorize.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/authorize.inc b/includes/authorize.inc
index da818cc04..9cd4dd32f 100644
--- a/includes/authorize.inc
+++ b/includes/authorize.inc
@@ -65,9 +65,9 @@ function authorize_filetransfer_form($form_state) {
);
$form['submit_process'] = array(
- '#name' => 'process_updates', // This is later changed in JS.
+ '#name' => 'process_updates',
'#type' => 'submit',
- '#value' => t('Process Updates'), // As is this. @see authorize.js
+ '#value' => t('Continue'),
'#weight' => 100,
'#attributes' => array('style' => 'display:none'),
);