Skip to content

Commit 30d3240

Browse files
Simplifying context
Co-authored-by: Aaron Jorbin <aaronjorbin@users.noreply.github.com>
1 parent 1251bb5 commit 30d3240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/class-wp-editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ private static function get_translation() {
12521252
'Nonbreaking space' => __( 'Nonbreaking space' ),
12531253
'Page break' => __( 'Page break' ),
12541254
'Paste as text' => __( 'Paste as text' ),
1255-
'Preview' => _x( 'Preview', 'verb, classic editor toolbar button label' ),
1255+
'Preview' => _x( 'Preview', 'verb' ),
12561256
'Print' => __( 'Print' ),
12571257
'Save' => __( 'Save' ),
12581258
'Fullscreen' => __( 'Fullscreen' ),

0 commit comments

Comments
 (0)