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/themes.php

    r33866 r33970  
    138138        'addNew'            => __( 'Add New Theme' ),
    139139        'search'            => __( 'Search Installed Themes' ),
    140         'searchPlaceholder' => __( 'Search installed themes...' ), // placeholder (no ellipsis)
     140        'searchPlaceholder' => __( 'Search installed themes…' ), // placeholder (no ellipsis)
    141141        'themesFound'       => __( 'Number of Themes found: %d' ),
    142142        'noThemesFound'     => __( 'No themes found. Try a different search.' ),
Note: See TracChangeset for help on using the changeset viewer.