mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Round 2 of: We should use ellipses … / … instead of three dots/periods ... e.g Loading… not Loading...
Props yoavf. Fixes #32875. git-svn-id: https://develop.svn.wordpress.org/trunk@33970 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -627,7 +627,7 @@ final class WP_Customize_Manager {
|
||||
'activeSections' => array(),
|
||||
'activeControls' => array(),
|
||||
'l10n' => array(
|
||||
'loading' => __( 'Loading ...' ),
|
||||
'loading' => __( 'Loading…' ),
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user