Merge two strings. props pavelevap, see #22306.

git-svn-id: http://core.svn.wordpress.org/trunk@22449 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-11-07 22:03:23 +00:00
parent 180b0f19e5
commit 837fadc3dc
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 );