From f4d17e018cff383cfd92a06d1d69e217b79a964f Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 27 Oct 2009 03:27:00 +0000 Subject: #605920 by dww and Bojhan: Fix all buttons in update manager workflow to use 'Sentence case' labels. --- includes/authorize.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/authorize.inc') 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'), ); -- cgit v1.2.3