diff --git a/public/setup.php b/public/setup.php
index 940ec8dd..d824e782 100644
--- a/public/setup.php
+++ b/public/setup.php
@@ -32,7 +32,7 @@ require(dirname(__FILE__) . '/../templates/header.php');
Testing database connection (using {$CONF['database_type']}) - Success";
} else {
print "- Error: Can't connect to database
\n";
- print "Please check the \$CONF['database_*'] parameters in config.local.php.\n";
+ print "Please check the \$CONF['database_*'] parameters in config.local.php.
\n";
print "$error_text \n";
$error ++;
}