Changeset 4476

Show
Ignore:
Timestamp:
11/17/06 21:16:17 (1 year ago)
Author:
ryan
Message:

Visual and Code. Props foolswisdom. fixes #3233

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/general-template.php

    r4417 r4476  
    786786    <div id='edButtons' style='display:none;'> 
    787787        <div class='zerosize'><input accesskey='e' type='button' onclick='switchEditors("<?php echo $id; ?>")' /></div> 
    788         <input id='edButtonPreview' class='edButtonFore' type='button' value='<?php _e('Editor'); ?>' /> 
    789         <input id='edButtonHTML' class='edButtonBack' type='button' value='<?php _e('HTML'); ?>' onclick='switchEditors("<?php echo $id; ?>")' /> 
     788        <input id='edButtonPreview' class='edButtonFore' type='button' value='<?php _e('Visual'); ?>' /> 
     789        <input id='edButtonHTML' class='edButtonBack' type='button' value='<?php _e('Code'); ?>' onclick='switchEditors("<?php echo $id; ?>")' /> 
    790790    </div> 
    791791    <script type="text/javascript">