Make WordPress Core

Changeset 16427


Ignore:
Timestamp:
11/17/2010 04:56:30 PM (13 years ago)
Author:
markjaquith
Message:

Make clear that we are installing the *American* English version, so this message makes sense for non-American English translation users. fixes #14467

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/update-core.php

    r16421 r16427  
    7171        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>';
    7272    else if ( 'en_US' == $update->locale && get_locale() != 'en_US' ) {
    73         echo '<p class="hint">'.sprintf( __('You are about to install WordPress %s <strong>in English.</strong> There is a chance this upgrade will break your translation. You may prefer to wait for the localized version to be released.'), $update->current ).'</p>';
     73        echo '<p class="hint">'.sprintf( __('You are about to install WordPress %s <strong>in English (US).</strong> There is a chance this upgrade will break your translation. You may prefer to wait for the localized version to be released.'), $update->current ).'</p>';
    7474    }
    7575    echo '</form>';
Note: See TracChangeset for help on using the changeset viewer.