summaryrefslogtreecommitdiff
path: root/includes/authorize.inc
diff options
context:
space:
mode:
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'),
);