Make WordPress Core

Changeset 20879


Ignore:
Timestamp:
05/24/2012 04:15:18 PM (12 years ago)
Author:
westi
Message:

Update the About page description of the improvements to the translations loading to more user facing language. Fixes #20742 props vanillalounge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/about.php

    r20855 r20879  
    9191            <p><?php  _e( 'Custom header and background API relocated into the theme support API.' ); ?></p>
    9292           
    93             <h4><?php _e( 'Faster I18N' ); ?></h4>
    94             <p><?php _e( 'The number of strings loaded on the front end was greatly reduced, resulting in faster front page load times for I18N users.' ); ?></p>
     93            <h4><?php _e( 'Faster Translations' ); ?></h4>
     94            <p><?php _e( 'The number of strings loaded on the front end was greatly reduced, resulting in faster front page load times for localized installations.' ); ?></p>
    9595        </div>
    9696        <div class="last-feature">
Note: See TracChangeset for help on using the changeset viewer.