Text Changes: Use consistent question wording for discarding unpublished changes in Customizer.
Props ramiy. Fixes #47258. Built from https://develop.svn.wordpress.org/trunk@45434 git-svn-id: http://core.svn.wordpress.org/trunk@45245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9f4c2fcbae
commit
47720de1c2
|
@ -1444,7 +1444,7 @@ function wp_default_scripts( &$scripts ) {
|
||||||
'themeDownloading' => __( 'Downloading your new theme…' ),
|
'themeDownloading' => __( 'Downloading your new theme…' ),
|
||||||
'themePreviewWait' => __( 'Setting up your live preview. This may take a bit.' ),
|
'themePreviewWait' => __( 'Setting up your live preview. This may take a bit.' ),
|
||||||
'revertingChanges' => __( 'Reverting unpublished changes…' ),
|
'revertingChanges' => __( 'Reverting unpublished changes…' ),
|
||||||
'trashConfirm' => __( 'Are you sure you’d like to discard your unpublished changes?' ),
|
'trashConfirm' => __( 'Are you sure you want to discard your unpublished changes?' ),
|
||||||
/* translators: %s: Display name of the user who has taken over the changeset in customizer. */
|
/* translators: %s: Display name of the user who has taken over the changeset in customizer. */
|
||||||
'takenOverMessage' => __( '%s has taken over and is currently customizing.' ),
|
'takenOverMessage' => __( '%s has taken over and is currently customizing.' ),
|
||||||
/* translators: %s: URL to the Customizer to load the autosaved version */
|
/* translators: %s: URL to the Customizer to load the autosaved version */
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-alpha-45433';
|
$wp_version = '5.3-alpha-45434';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue