I18N: Add a context for remaining "Schedule" strings.

Props Mirucon.
Fixes #42165.
Built from https://develop.svn.wordpress.org/trunk@42005


git-svn-id: http://core.svn.wordpress.org/trunk@41839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2017-10-24 22:35:47 +00:00
parent 55c8978f1f
commit f156f90ff5
3 changed files with 4 additions and 4 deletions

View File

@@ -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.' ),

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-beta3-42004';
$wp_version = '4.9-beta3-42005';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.