? .DS_Store
? reloadinstall.patch
? sites/.DS_Store
Index: includes/theme.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/theme.inc,v
retrieving revision 1.393
diff -u -p -r1.393 theme.inc
--- includes/theme.inc	4 Nov 2007 20:32:34 -0000	1.393
+++ includes/theme.inc	11 Nov 2007 20:35:52 -0000
@@ -1104,6 +1104,7 @@ function theme_install_page($content) {
     $title = count($messages['error']) > 1 ? st('The following errors must be resolved before you can continue the installation process') : st('The following error must be resolved before you can continue the installation process');
     $variables['messages'] .= '<h3>'. $title .':</h3>';
     $variables['messages'] .= theme('status_messages', 'error');
+    $variables['messages'] .= st('<a href="@current_url">Reload page</a> after fixing problem.', array('@current_url' => request_uri()));
   }
 
   // Special handling of status messages
