mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
I18N: Make context for "Schedule" string added in [41898] more accurate.
Props ocean90. Fixes #42165. git-svn-id: https://develop.svn.wordpress.org/trunk@41905 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
facb2fe0ea
commit
1cc00439ae
@ -4535,7 +4535,7 @@ final class WP_Customize_Manager {
|
||||
if ( $current_user_can_publish ) {
|
||||
$status_choices[] = array(
|
||||
'status' => 'future',
|
||||
'label' => _x( 'Schedule', 'customizer status' ),
|
||||
'label' => _x( 'Schedule', 'customizer changeset action/button label' ),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@ -550,7 +550,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
'saveDraft' => __( 'Save Draft' ),
|
||||
'draftSaved' => __( 'Draft Saved' ),
|
||||
'updating' => __( 'Updating' ),
|
||||
'schedule' => _x( 'Schedule', 'customizer status' ),
|
||||
'schedule' => _x( 'Schedule', 'customizer changeset action/button label' ),
|
||||
'scheduled' => __( 'Scheduled' ),
|
||||
'invalid' => __( 'Invalid' ),
|
||||
'saveBeforeShare' => __( 'Please save your changes in order to share the preview.' ),
|
||||
@ -676,7 +676,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
'showcomm' => __('Show more comments'),
|
||||
'endcomm' => __('No more comments found.'),
|
||||
'publish' => __('Publish'),
|
||||
'schedule' => _x('Schedule', 'post status'),
|
||||
'schedule' => _x('Schedule', 'post action/button label'),
|
||||
'update' => __('Update'),
|
||||
'savePending' => __('Save as Pending'),
|
||||
'saveDraft' => __('Save Draft'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user