Make WordPress Core


Ignore:
Timestamp:
05/26/2019 03:18:32 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Text Changes: Use consistent question wording for discarding unpublished changes in Customizer.

Props ramiy.
Fixes #47258.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r45342 r45434  
    14451445            'themePreviewWait'        => __( 'Setting up your live preview. This may take a bit.' ),
    14461446            'revertingChanges'        => __( 'Reverting unpublished changes…' ),
    1447             'trashConfirm'            => __( 'Are you sure you’d like to discard your unpublished changes?' ),
     1447            'trashConfirm'            => __( 'Are you sure you want to discard your unpublished changes?' ),
    14481448            /* translators: %s: Display name of the user who has taken over the changeset in customizer. */
    14491449            'takenOverMessage'        => __( '%s has taken over and is currently customizing.' ),
Note: See TracChangeset for help on using the changeset viewer.