Make WordPress Core


Ignore:
Timestamp:
09/09/2015 04:38:31 AM (11 years ago)
Author:
wonderboymusic
Message:

Round 2 of: We should use ellipses … / … instead of three dots/periods ... e.g Loading… not Loading...

Props yoavf.
Fixes #32875.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/post.php

    r33773 r33970  
    15861586                        <p class="wp-tab-first" tabindex="0">
    15871587                        <span class="currently-editing"></span><br />
    1588                         <span class="locked-saving hidden"><img src="<?php echo esc_url( admin_url( 'images/spinner-2x.gif' ) ); ?>" width="16" height="16" /> <?php _e('Saving revision...'); ?></span>
     1588                        <span class="locked-saving hidden"><img src="<?php echo esc_url( admin_url( 'images/spinner-2x.gif' ) ); ?>" width="16" height="16" /> <?php _e('Saving revision&hellip;'); ?></span>
    15891589                        <span class="locked-saved hidden"><?php _e('Your latest changes were saved as a revision.'); ?></span>
    15901590                        </p>
Note: See TracChangeset for help on using the changeset viewer.