Updated labels I forgot to change for Front/Back buttons on top menu

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1761 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Adrian Jones 2010-09-27 14:33:15 +00:00
parent de64f02567
commit d81ac5b876
1 changed files with 2 additions and 2 deletions

View File

@ -158,8 +158,8 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<div class="push_button" id="tool_clone" title="Clone Element [C]"></div>
<div class="push_button" id="tool_delete" title="Delete Element [Delete/Backspace]"></div>
<div class="tool_sep"></div>
<div class="push_button" id="tool_move_top" title="Move to Top [Shift+Up]"></div>
<div class="push_button" id="tool_move_bottom" title="Move to Bottom [Shift+Down]"></div>
<div class="push_button" id="tool_move_top" title="Bring to Front [ Ctrl+Shift+] ]"></div>
<div class="push_button" id="tool_move_bottom" title="Send to Back [ Ctrl+Shift+[ ]"></div>
<div class="push_button" id="tool_topath" title="Convert to Path"></div>
<div class="push_button" id="tool_reorient" title="Reorient path"></div>
<div class="tool_sep"></div>