Make WordPress Core


Ignore:
Timestamp:
10/18/2017 03:38:27 PM (9 years ago)
Author:
SergeyBiryukov
Message:

I18N: Make context for "Schedule" string added in [41898] more accurate.

Props ocean90.
Fixes #42165.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r41898 r41905  
    45364536                        $status_choices[] = array(
    45374537                                'status' => 'future',
    4538                                 'label' => _x( 'Schedule', 'customizer status' ),
     4538                                'label' => _x( 'Schedule', 'customizer changeset action/button label' ),
    45394539                        );
    45404540                }
Note: See TracChangeset for help on using the changeset viewer.