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('', array('@base-url' => $base_url)); + return st('', array('@base-url' => $base_url)); } /**