mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 04:04:35 +00:00
I18N: Add a context for remaining "Schedule" strings.
Props Mirucon. Fixes #42165. git-svn-id: https://develop.svn.wordpress.org/trunk@42005 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -551,7 +551,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
'draftSaved' => __( 'Draft Saved' ),
|
||||
'updating' => __( 'Updating' ),
|
||||
'schedule' => _x( 'Schedule', 'customizer changeset action/button label' ),
|
||||
'scheduled' => __( 'Scheduled' ),
|
||||
'scheduled' => _x( 'Scheduled', 'customizer changeset status' ),
|
||||
'invalid' => __( 'Invalid' ),
|
||||
'saveBeforeShare' => __( 'Please save your changes in order to share the preview.' ),
|
||||
'futureDateError' => __( 'You must supply a future date to schedule.' ),
|
||||
|
||||
Reference in New Issue
Block a user