diff --git wp-admin/update-core.php wp-admin/update-core.php
index 02b679b..a2af337 100644
|
|
function list_core_update( $update ) { |
107 | 107 | submit_button( __( 'Bring back this update' ), '', 'undismiss', false ); |
108 | 108 | echo '</p>'; |
109 | 109 | if ( 'en_US' != $update->locale && ( !isset($wp_local_package) || $wp_local_package != $update->locale ) ) |
110 | | echo '<p class="hint">'.__('This localized version contains both the translation and various other localization fixes. You can skip upgrading if you want to keep your current translation.').'</p>'; |
| 110 | echo '<p class="hint">'.__('This localized version of the update contains a set of translations for your preferred locale.').'</p>'; |
111 | 111 | // Partial builds don't need language-specific warnings. |
112 | 112 | elseif ( 'en_US' == $update->locale && get_locale() != 'en_US' && ( ! $update->packages->partial && $wp_version == $update->partial_version ) ) { |
113 | 113 | echo '<p class="hint">'.sprintf( __('You are about to install WordPress %s <strong>in English (US).</strong> There is a chance this update will break your translation. You may prefer to wait for the localized version to be released.'), $update->response != 'development' ? $update->current : '' ).'</p>'; |