Update English strings for new poly node contextual tools

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@792 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-10-09 19:39:31 +00:00
parent ed8d78e02c
commit c0c0973cd9
2 changed files with 10 additions and 3 deletions

View File

@@ -106,5 +106,12 @@
{"id":"page","textContent":"page"},
{"id":"fill_tool_bottom","textContent":"fill:"},
{"id":"stroke_tool_bottom","textContent":"stroke:"},
{"id":"svninfo_dim","textContent":"Canvas Dimensions"}
{"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":"seg_type","title":"Change Segment type"},
{"id":"straight_segments","textContent":"Straight"},
{"id":"curve_segments","textContent":"Curve"},
{"id":"tool_node_clone","title":"Clone Node"},
{"id":"tool_node_delete","title":"Delete Node"}
];