Index: install.php
===================================================================
RCS file: /cvs/drupal/drupal/install.php,v
retrieving revision 1.73
diff -u -p -r1.73 install.php
--- install.php 30 Aug 2007 19:31:28 -0000 1.73
+++ install.php 2 Sep 2007 06:21:37 -0000
@@ -592,7 +592,7 @@ function install_already_done_error() {
drupal_maintenance_theme();
drupal_set_title(st('Drupal already installed'));
- print theme('install_page', st('
- To start over, you must empty your existing database.
- To install to a different database, edit the appropriate settings.php file in the sites folder.
- To upgrade an existing installation, proceed to the update script.
', array('@base-url' => $base_url)));
+ print theme('install_page', st('- To start over, you must empty your existing database.
- To install to a different database, edit 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)));
exit;
}