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:
Sergey Biryukov
2017-10-18 15:38:27 +00:00
parent facb2fe0ea
commit 1cc00439ae
2 changed files with 3 additions and 3 deletions

View File

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