From bd71f6624047c1998dc2a60739747391ee03eb35 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 19 Mar 2014 05:54:57 +0000 Subject: [PATCH] Use an ellipsis instead of ... see #27453, #27055. git-svn-id: https://develop.svn.wordpress.org/trunk@27614 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/theme-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/theme-install.php b/src/wp-admin/theme-install.php index 35014a2fcf..fad07890ac 100644 --- a/src/wp-admin/theme-install.php +++ b/src/wp-admin/theme-install.php @@ -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