Merge two strings. props pavelevap, see #22306.

git-svn-id: https://develop.svn.wordpress.org/trunk@22449 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-07 22:03:23 +00:00
parent da07593046
commit 117dd15e79
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ function ms_not_installed() {
wp_load_translations_early();
$title = __( 'Error establishing database connection' );
$title = __( 'Error establishing a database connection' );
$msg = '<h1>' . $title . '</h1>';
if ( ! is_admin() )
die( $msg );