Use an ellipsis instead of ...

see #27453, #27055.

Built from https://develop.svn.wordpress.org/trunk@27614


git-svn-id: http://core.svn.wordpress.org/trunk@27457 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-03-19 05:55:14 +00:00
parent 111e6a73be
commit d853e11960
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