Add translation context for the Text editor tab name, props obenland, fixes #20993
git-svn-id: https://develop.svn.wordpress.org/trunk@21417 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4e1bc64c80
commit
dbb09dee01
|
@ -625,8 +625,8 @@ final class _WP_Editors {
|
||||||
<div id="wp-fullscreen-central-toolbar" style="width:<?php echo $width; ?>px;">
|
<div id="wp-fullscreen-central-toolbar" style="width:<?php echo $width; ?>px;">
|
||||||
|
|
||||||
<div id="wp-fullscreen-mode-bar"><div id="wp-fullscreen-modes">
|
<div id="wp-fullscreen-mode-bar"><div id="wp-fullscreen-modes">
|
||||||
<a href="#" onclick="fullscreen.switchmode('tinymce');return false;"><?php _e('Visual'); ?></a>
|
<a href="#" onclick="fullscreen.switchmode('tinymce');return false;"><?php _e( 'Visual' ); ?></a>
|
||||||
<a href="#" onclick="fullscreen.switchmode('html');return false;"><?php _e('Text'); ?></a>
|
<a href="#" onclick="fullscreen.switchmode('html');return false;"><?php _ex( 'Text', 'Name for the Text editor tab (formerly HTML)' ); ?></a>
|
||||||
</div></div>
|
</div></div>
|
||||||
|
|
||||||
<div id="wp-fullscreen-button-bar"><div id="wp-fullscreen-buttons" class="wp_themeSkin">
|
<div id="wp-fullscreen-button-bar"><div id="wp-fullscreen-buttons" class="wp_themeSkin">
|
||||||
|
|
Loading…
Reference in New Issue