Make WordPress Core

Changeset 21417


Ignore:
Timestamp:
08/03/2012 09:08:52 PM (13 years ago)
Author:
azaozz
Message:

Add translation context for the Text editor tab name, props obenland, fixes #20993

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-editor.php

    r21319 r21417  
    626626
    627627            <div id="wp-fullscreen-mode-bar"><div id="wp-fullscreen-modes">
    628                 <a href="#" onclick="fullscreen.switchmode('tinymce');return false;"><?php _e('Visual'); ?></a>
    629                 <a href="#" onclick="fullscreen.switchmode('html');return false;"><?php _e('Text'); ?></a>
     628                <a href="#" onclick="fullscreen.switchmode('tinymce');return false;"><?php _e( 'Visual' ); ?></a>
     629                <a href="#" onclick="fullscreen.switchmode('html');return false;"><?php _ex( 'Text', 'Name for the Text editor tab (formerly HTML)' ); ?></a>
    630630            </div></div>
    631631
Note: See TracChangeset for help on using the changeset viewer.