diff -u b/core/includes/install.core.inc b/core/includes/install.core.inc
--- b/core/includes/install.core.inc
+++ b/core/includes/install.core.inc
@@ -1620,7 +1620,7 @@
global $base_url;
drupal_set_title(st('Drupal already installed'));
- return st('
- To start over, you must empty your existing database, delete your active configuration, and copy default.settings.php over settings.php.
- To install to a different database, edit the appropriate settings.php file in the sites folder.
- To locate your active configuration, view the appropriate settings.php file in the sites folder.
- To upgrade an existing installation, proceed to the update script.
- View your existing site.
', array('@base-url' => $base_url));
+ return st('- To start over, you must empty your existing database, delete your active configuration, and copy default.settings.php over settings.php.
- To install to a different database, edit the appropriate settings.php file in the sites folder.
- To locate your active configuration, view the appropriate settings.php file in the sites folder.
- To upgrade an existing installation, proceed to the update script.
- View your existing site.
', array('@base-url' => $base_url));
}
/**