From 53f230b9826f0b8ad39cf14c5d92dd5e646093dd Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 7 Dec 2012 18:36:15 +0000 Subject: [PATCH] Update fullscreen/DFW's "Text" tab to match the string context used for the editor Text tab. Not a string change. props pavelevap, fixes #22808. git-svn-id: https://develop.svn.wordpress.org/trunk@23122 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/class-wp-editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index baefc7c696..57e49c5842 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -111,7 +111,7 @@ final class _WP_Editors { $switch_class = 'tmce-active'; } - $buttons .= '' . __('Text') . "\n"; + $buttons .= '' . __( 'Text', 'Name for the Text editor tab (formerly HTML)' ) . "\n"; $buttons .= '' . __('Visual') . "\n"; }