Index: wp-admin/setup-config.php
===================================================================
--- wp-admin/setup-config.php	(revision 23348)
+++ wp-admin/setup-config.php	(working copy)
@@ -63,7 +63,7 @@
 wp_magic_quotes();
 
 if ( ! file_exists( ABSPATH . 'wp-config-sample.php' ) )
-	wp_die( __( 'Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.' ) );
+	wp_die( __( 'Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file to the root directory of your WordPress installation.' ) );
 
 $config_file = file(ABSPATH . 'wp-config-sample.php');
 
