Rename all script/UI poly elements to path. Add TODOs for localization. Change MIME type of lang.XX.js files to text/javascript to better track in Subversion.
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@842 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -57,12 +57,12 @@
|
||||
{"id":"font_size","title":"Change Font Size"},
|
||||
{"id":"text","title":"Change text contents"},
|
||||
{"id":"tool_select","title":"Select Tool [1]"},
|
||||
{"id":"tool_path","title":"Pencil Tool [2]"},
|
||||
{"id":"tool_fhpath","title":"Pencil Tool [2]"},
|
||||
{"id":"tool_line","title":"Line Tool [3]"},
|
||||
{"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":"Path Tool [7]"},
|
||||
{"id":"tool_path","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"},
|
||||
@@ -107,8 +107,8 @@
|
||||
{"id":"fill_tool_bottom","textContent":"fill:"},
|
||||
{"id":"stroke_tool_bottom","textContent":"stroke:"},
|
||||
{"id":"svninfo_dim","textContent":"Canvas Dimensions"},
|
||||
{"id":"poly_node_x","title":"Change node's x coordinate"},
|
||||
{"id":"poly_node_y","title":"Change node's y coordinate"},
|
||||
{"id":"path_node_x","title":"Change node's x coordinate"},
|
||||
{"id":"path_node_y","title":"Change node's y coordinate"},
|
||||
{"id":"seg_type","title":"Change Segment type"},
|
||||
{"id":"straight_segments","textContent":"Straight"},
|
||||
{"id":"curve_segments","textContent":"Curve"},
|
||||
|
||||
Reference in New Issue
Block a user