From 54ede3d3fca9a8ddbf9d3e54092ccc7140803904 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Mon, 16 May 2016 18:56:52 +0000 Subject: [PATCH] Editor: Merge two strings. Props pavelevap. See #27756. git-svn-id: https://develop.svn.wordpress.org/trunk@37441 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-editor.php b/src/wp-includes/class-wp-editor.php index 4c0827a3ec..38c650c416 100644 --- a/src/wp-includes/class-wp-editor.php +++ b/src/wp-includes/class-wp-editor.php @@ -847,7 +847,7 @@ final class _WP_Editors { 'Clear formatting' => __( 'Clear formatting' ), 'Bold' => __( 'Bold' ), 'Italic' => __( 'Italic' ), - 'Code' => _x( 'Code', 'editor button' ), + 'Code' => __( 'Code' ), 'Source code' => __( 'Source code' ), 'Font Family' => __( 'Font Family' ), 'Font Sizes' => __( 'Font Sizes' ),