Make "Preformatted" string in TinyMCE translatable.

props iseulde.
fixes #32862.

git-svn-id: https://develop.svn.wordpress.org/trunk@33048 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-07-02 12:01:00 +00:00
parent dcc6fb838f
commit f8cbb8fde8
1 changed files with 1 additions and 0 deletions

View File

@ -819,6 +819,7 @@ final class _WP_Editors {
'Blockquote' => __( 'Blockquote' ),
'Div' => _x( 'Div', 'HTML tag' ),
'Pre' => _x( 'Pre', 'HTML tag' ),
'Preformatted' => _x( 'Preformatted', 'HTML tag' ),
'Address' => _x( 'Address', 'HTML tag' ),
'Inline' => _x( 'Inline', 'HTML elements' ),