Make WordPress Core

Ticket #20993: 20993.3.diff

File 20993.3.diff, 943 bytes (added by kobenland, 12 years ago)

Shot at providing context for tab description of Text mode

  • wp-includes/class-wp-editor.php

     
    624624                        <div id="wp-fullscreen-central-toolbar" style="width:<?php echo $width; ?>px;">
    625625
    626626                        <div id="wp-fullscreen-mode-bar"><div id="wp-fullscreen-modes">
    627                                 <a href="#" onclick="fullscreen.switchmode('tinymce');return false;"><?php _e('Visual'); ?></a>
    628                                 <a href="#" onclick="fullscreen.switchmode('html');return false;"><?php _e('Text'); ?></a>
     627                                <a href="#" onclick="fullscreen.switchmode('tinymce');return false;"><?php _e( 'Visual' ); ?></a>
     628                                <a href="#" onclick="fullscreen.switchmode('html');return false;"><?php _ex( 'Text', 'Tab description for Text mode in the editor' ); ?></a>
    629629                        </div></div>
    630630
    631631                        <div id="wp-fullscreen-button-bar"><div id="wp-fullscreen-buttons" class="wp_themeSkin">