Use a positive wording for translations update notice.
props DrewAPicture, siobhan, netweb. fixes #28199. git-svn-id: https://develop.svn.wordpress.org/trunk@31368 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b121105f26
commit
ad90613648
|
@ -350,7 +350,7 @@ function list_translation_updates() {
|
||||||
?>
|
?>
|
||||||
<h3><?php _e( 'Translations' ); ?></h3>
|
<h3><?php _e( 'Translations' ); ?></h3>
|
||||||
<form method="post" action="<?php echo esc_url( $form_action ); ?>" name="upgrade-translations" class="upgrade">
|
<form method="post" action="<?php echo esc_url( $form_action ); ?>" name="upgrade-translations" class="upgrade">
|
||||||
<p><?php _e( 'Some of your translations are out of date.' ); ?></p>
|
<p><?php _e( 'New translations are available.' ); ?></p>
|
||||||
<?php wp_nonce_field( 'upgrade-translations' ); ?>
|
<?php wp_nonce_field( 'upgrade-translations' ); ?>
|
||||||
<p><input class="button" type="submit" value="<?php esc_attr_e( 'Update Translations' ); ?>" name="upgrade" /></p>
|
<p><input class="button" type="submit" value="<?php esc_attr_e( 'Update Translations' ); ?>" name="upgrade" /></p>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue