From 117dd15e79365373f4ee61995e10c3f1b8d00691 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 7 Nov 2012 22:03:23 +0000 Subject: [PATCH] Merge two strings. props pavelevap, see #22306. git-svn-id: https://develop.svn.wordpress.org/trunk@22449 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/ms-load.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/ms-load.php b/wp-includes/ms-load.php index 73c446ffc5..6a26b9cf06 100644 --- a/wp-includes/ms-load.php +++ b/wp-includes/ms-load.php @@ -234,7 +234,7 @@ function ms_not_installed() { wp_load_translations_early(); - $title = __( 'Error establishing database connection' ); + $title = __( 'Error establishing a database connection' ); $msg = '

' . $title . '

'; if ( ! is_admin() ) die( $msg );