Rename Poly Tool tooltip to Path Tool (only in English translation)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@816 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
ad90154077
commit
7a784ad87c
|
@ -62,7 +62,7 @@
|
|||
{"id":"tools_rect_show","title":"Square/Rect Tool [4/Shift+4]"},
|
||||
{"id":"tools_ellipse_show","title":"Ellipse/Circle Tool [5/Shift+5]"},
|
||||
{"id":"tool_text","title":"Text Tool [6]"},
|
||||
{"id":"tool_poly","title":"Poly Tool [7]"},
|
||||
{"id":"tool_poly","title":"Path Tool [7]"},
|
||||
{"id":"tool_image","title":"Image Tool [8]"},
|
||||
{"id":"tool_zoom","title":"Zoom Tool [Ctrl+Up/Down]"},
|
||||
{"id":"zoom","title":"Change zoom level"},
|
||||
|
|
|
@ -566,3 +566,14 @@ span.zoom_tool {
|
|||
#tool_source_cancel, #tool_docprops_cancel {
|
||||
background: #E8E8E8 url(images/cancel.png) no-repeat 2px 0;
|
||||
}
|
||||
olor: black;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
#tool_source_save, #tool_docprops_save {
|
||||
background: #E8E8E8 url(images/save.png) no-repeat 2px 0;
|
||||
}
|
||||
|
||||
#tool_source_cancel, #tool_docprops_cancel {
|
||||
background: #E8E8E8 url(images/cancel.png) no-repeat 2px 0;
|
||||
}
|
||||
|
|
|
@ -274,7 +274,7 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
|||
<img class="tool_button" id="tools_ellipse_show" src="images/circle.png" title="Ellipse/Circle Tool [5/Shift+5]" alt="Circle"/><br/>
|
||||
<img class="flyout_arrow_horiz" src="images/flyouth.png"/>
|
||||
<img class="tool_button" id="tool_text" src="images/text.png" title="Text Tool [6]" alt="Text"/>
|
||||
<img class="tool_button" id="tool_poly" src="images/polygon.png" title="Poly Tool [7]" alt="Poly"/>
|
||||
<img class="tool_button" id="tool_poly" src="images/polygon.png" title="Path Tool [7]" alt="Path"/>
|
||||
<img class="tool_button" id="tool_image" src="images/image.png" title="Image Tool [8]" alt="Image"/>
|
||||
<img class="tool_button" id="tool_zoom" src="images/zoom.png" title="Zoom Tool [Ctrl+Up/Down]" alt="Zoom"/>
|
||||
</div> <!-- tools_left -->
|
||||
|
|
Loading…
Reference in New Issue