Index: update.php =================================================================== RCS file: /cvs/drupal/drupal/update.php,v retrieving revision 1.256 diff -u -p -r1.256 update.php --- update.php 31 Aug 2008 12:45:41 -0000 1.256 +++ update.php 8 Sep 2008 20:19:20 -0000 @@ -667,7 +667,7 @@ if (!empty($update_free_access) || $user $output = update_selection_page(); break; - case 'Update': + case 'Apply pending updates': update_batch(); break;