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-includes/class-wp-customize-manager.php

    r33892 r33970  
    628628                        'activeControls' => array(),
    629629                        'l10n' => array(
    630                                 'loading'  => __( 'Loading ...' ),
     630                                'loading'  => __( 'Loading' ),
    631631                        ),
    632632                );
Note: See TracChangeset for help on using the changeset viewer.