"Compose" becomes "Editor" in RTE. fixes #3172

git-svn-id: https://develop.svn.wordpress.org/trunk@4347 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2006-10-05 06:34:17 +00:00
parent c5923e342d
commit 832ae0d0a8

View File

@ -776,7 +776,7 @@ function the_editor($content, $id = 'content', $prev_id = 'title') {
</style>
<div id='edButtons' style='display:none;'>
<div class='zerosize'><input accesskey='e' type='button' onclick='switchEditors("<?php echo $id; ?>")' /></div>
<input id='edButtonPreview' class='edButtonFore' type='button' value='<?php _e('Compose'); ?>' />
<input id='edButtonPreview' class='edButtonFore' type='button' value='<?php _e('Editor'); ?>' />
<input id='edButtonHTML' class='edButtonBack' type='button' value='<?php _e('HTML'); ?>' onclick='switchEditors("<?php echo $id; ?>")' />
</div>
<script type="text/javascript">