Use an ellipsis instead of ...

see #27453, #27055.


git-svn-id: https://develop.svn.wordpress.org/trunk@27614 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-03-19 05:54:57 +00:00
parent b2da716c11
commit bd71f66240
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ wp_localize_script( 'theme', '_wpThemeSettings', array(
'l10n' => array(
'addNew' => __( 'Add New Theme' ),
'search' => __( 'Search Themes' ),
'searchPlaceholder' => __( 'Search themes...' ),
'searchPlaceholder' => __( 'Search themes…' ),
'upload' => __( 'Upload Theme' ),
'back' => __( 'Back' ),
'error' => ( 'There was a problem trying to load the themes. Please, try again.' ), // @todo improve