From c0c0973cd94b46db870661ab281d717bfe0f8ffd Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Fri, 9 Oct 2009 19:39:31 +0000 Subject: [PATCH] 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 --- editor/locale/lang.en.js | 9 ++++++++- editor/svg-editor.html | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/editor/locale/lang.en.js b/editor/locale/lang.en.js index 74857cd0..967def19 100644 --- a/editor/locale/lang.en.js +++ b/editor/locale/lang.en.js @@ -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"} ]; diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 34173d43..5fed8eb8 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -251,8 +251,8 @@ script type="text/javascript" src="locale/locale.min.js"> Clone Delete