Make WordPress Core

Ticket #43242: 43242.diff

File 43242.diff, 1.2 KB (added by danieltj, 7 years ago)

Changed the string

  • wp-admin/update-core.php

    diff --git wp-admin/update-core.php wp-admin/update-core.php
    index 02b679b..a2af337 100644
    function list_core_update( $update ) { 
    107107                        submit_button( __( 'Bring back this update' ), '', 'undismiss', false );
    108108        echo '</p>';
    109109        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>';
    111111        // Partial builds don't need language-specific warnings.
    112112        elseif ( 'en_US' == $update->locale && get_locale() != 'en_US' && ( ! $update->packages->partial && $wp_version == $update->partial_version ) ) {
    113113            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>';