From 03d7c314d8ba884843d3059cd7db58ce6ca903a0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 25 Jul 2010 00:25:37 +0000 Subject: - Patch #641008 by reglogge, David_Rothstein, tstoeckler, marcvangend: duplicated text in install error message. --- includes/install.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/install.inc b/includes/install.inc index cefbcc1f2..08d1a2ccd 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -394,7 +394,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 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.', array('%error' => $e->getMessage(), '%name' => $this->name()))); return FALSE; } return TRUE; -- cgit v1.2.3