diff --git a/src/wp-admin/update-core.php b/src/wp-admin/update-core.php index bf8804d9d0..2093201149 100644 --- a/src/wp-admin/update-core.php +++ b/src/wp-admin/update-core.php @@ -162,7 +162,7 @@ function list_core_update( $update ) { } echo '
'; 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.' ) . '
'; + echo '' . __( 'This localized version contains both the translation and various other localization fixes.' ) . '
'; } elseif ( 'en_US' == $update->locale && get_locale() != 'en_US' && ( ! $update->packages->partial && $wp_version == $update->partial_version ) ) { // Partial builds don't need language-specific warnings. echo '' . sprintf(