Index: includes/authorize.inc
===================================================================
RCS file: /Users/wright/drupal/local_repo/drupal/includes/authorize.inc,v
retrieving revision 1.1
diff -u -p -r1.1 authorize.inc
--- includes/authorize.inc	15 Oct 2009 21:19:30 -0000	1.1
+++ includes/authorize.inc	21 Oct 2009 00:41:11 -0000
@@ -67,7 +67,7 @@ function authorize_filetransfer_form($fo
   $form['submit_process'] = array(
     '#name' => 'process_updates', // This is later changed in JS.
     '#type' => 'submit',
-    '#value' => t('Process Updates'), // As is this. @see authorize.js
+    '#value' => t('Continue'), // As is this. @see authorize.js
     '#weight' => 100,
     '#attributes' => array('style' => 'display:none'),
   );
Index: modules/update/update.manager.inc
===================================================================
RCS file: /Users/wright/drupal/local_repo/drupal/modules/update/update.manager.inc,v
retrieving revision 1.1
diff -u -p -r1.1 update.manager.inc
--- modules/update/update.manager.inc	15 Oct 2009 21:19:31 -0000	1.1
+++ modules/update/update.manager.inc	21 Oct 2009 00:41:26 -0000
@@ -134,7 +134,7 @@ function update_manager_update_form($for
     switch ($project['status']) {
       case UPDATE_NOT_SECURE:
       case UPDATE_REVOKED:
-        $entry['title'] .= ' ' . t('(Security Update)');
+        $entry['title'] .= ' ' . t('(Security update)');
         $entry['#weight'] = -2;
         $type = 'security';
         break;
