From 94bec218003d9773da9b86ffc6440ded1745fb50 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Wed, 17 Nov 2010 16:56:30 +0000 Subject: [PATCH] Make clear that we are installing the *American* English version, so this message makes sense for non-American English translation users. fixes #14467 git-svn-id: http://svn.automattic.com/wordpress/trunk@16427 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/update-core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 0e4f5d287..9fc103cdc 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -70,7 +70,7 @@ function list_core_update( $update ) { if ( 'en_US' != $update->locale && ( !isset($wp_local_package) || $wp_local_package != $update->locale ) ) echo '

'.__('This localized version contains both the translation and various other localization fixes. You can skip upgrading if you want to keep your current translation.').'

'; else if ( 'en_US' == $update->locale && get_locale() != 'en_US' ) { - echo '

'.sprintf( __('You are about to install WordPress %s in English. There is a chance this upgrade will break your translation. You may prefer to wait for the localized version to be released.'), $update->current ).'

'; + echo '

'.sprintf( __('You are about to install WordPress %s in English (US). There is a chance this upgrade will break your translation. You may prefer to wait for the localized version to be released.'), $update->current ).'

'; } echo '';