Skip to content

Commit 194ae7e

Browse files
Simplifying context
Co-authored-by: Aaron Jorbin <aaronjorbin@users.noreply.github.com>
1 parent c8a0bdf commit 194ae7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/meta-boxes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function post_submit_meta_box( $post, $args = array() ) {
7070
if ( 'publish' === $post->post_status ) {
7171
$preview_button_text = __( 'Preview Changes' );
7272
} else {
73-
$preview_button_text = _x( 'Preview', 'verb, action button to preview the post' );
73+
$preview_button_text = _x( 'Preview', 'verb' );
7474
}
7575

7676
$preview_button = sprintf(

0 commit comments

Comments
 (0)