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:
parent
b2da716c11
commit
bd71f66240
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user