Make WordPress Core

Changeset 31368


Ignore:
Timestamp:
02/08/2015 04:08:50 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Use a positive wording for translations update notice.

props DrewAPicture, siobhan, netweb.
fixes #28199.

File:
1 edited

Legend:

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

    r30649 r31368  
    351351    <h3><?php _e( 'Translations' ); ?></h3>
    352352    <form method="post" action="<?php echo esc_url( $form_action ); ?>" name="upgrade-translations" class="upgrade">
    353         <p><?php _e( 'Some of your translations are out of date.' ); ?></p>
     353        <p><?php _e( 'New translations are available.' ); ?></p>
    354354        <?php wp_nonce_field( 'upgrade-translations' ); ?>
    355355        <p><input class="button" type="submit" value="<?php esc_attr_e( 'Update Translations' ); ?>" name="upgrade" /></p>
Note: See TracChangeset for help on using the changeset viewer.