mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
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:
parent
dcc6fb838f
commit
f8cbb8fde8
@ -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' ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user