Make WordPress Core


Ignore:
Timestamp:
09/09/2015 04:38:31 AM (9 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/class-wp-press-this.php

    r33734 r33970  
    14961496                    <button type="button" class="publish-button split-button-primary" aria-live="polite">
    14971497                        <span class="publish"><?php echo ( current_user_can( 'publish_posts' ) ) ? __( 'Publish' ) : __( 'Submit for Review' ); ?></span>
    1498                         <span class="saving-draft"><?php _e( 'Saving...' ); ?></span>
     1498                        <span class="saving-draft"><?php _e( 'Saving&hellip;' ); ?></span>
    14991499                    </button><button type="button" class="split-button-toggle" aria-haspopup="true" aria-expanded="false">
    15001500                        <i class="dashicons dashicons-arrow-down-alt2"></i>
Note: See TracChangeset for help on using the changeset viewer.