Index: includes/install.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/install.inc,v retrieving revision 1.115 diff -u -p -r1.115 install.inc --- includes/install.inc 13 Oct 2009 21:16:43 -0000 1.115 +++ includes/install.inc 23 Nov 2009 23:02:35 -0000 @@ -379,7 +379,7 @@ abstract class DatabaseTasks { $this->pass('Drupal can CONNECT to the database ok.'); } catch (Exception $e) { - $this->fail(st('Failed to connect to your %name database server. %name reports the following message: %error.For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.', array('%error' => $e->getMessage(), '%name' => $this->name()))); + $this->fail(st('Failed to connect to your %name database server. %name reports the following message: %error.For more help, see the Installation and upgrading handbook.', array('%error' => $e->getMessage(), '%name' => $this->name()))); return FALSE; } return TRUE;