Index: includes/install.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/install.inc,v
retrieving revision 1.137
diff -u -p -r1.137 install.inc
--- includes/install.inc	22 Jul 2010 23:54:32 -0000	1.137
+++ includes/install.inc	24 Jul 2010 15:57:26 -0000
@@ -377,7 +377,7 @@ abstract class DatabaseTasks {
       }
     }
     if (!empty($message)) {
-      $message = '<p>In order for Drupal to work, and to continue with the installation process, you must resolve all issues reported below. For more help with configuring your database server, see the <a href="http://drupal.org/getting-started/install">installation handbook</a>. If you are unsure what any of this means you should probably contact your hosting provider.</p>' . $message;
+      $message = '<p>To continue with the installation process, you must resolve all issues reported below. For more help with configuring your database server, see the <a href="http://drupal.org/getting-started/install">installation handbook</a>, or contact your hosting provider.</p>' . $message;
       throw new DatabaseTaskException($message);
     }
   }
