From 161714b1578547658896e922fbf35434d7772e42 Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Tue, 8 Dec 2009 18:08:23 +0000 Subject: [PATCH] Updated lang.en.js git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1003 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/locale/lang.en.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/editor/locale/lang.en.js b/editor/locale/lang.en.js index 88a5c32a..92b31ec4 100644 --- a/editor/locale/lang.en.js +++ b/editor/locale/lang.en.js @@ -122,6 +122,7 @@ {"id":"svginfo_lang","textContent":"Language"}, {"id":"svginfo_change_background","textContent":"Editor Background"}, {"id":"svginfo_bg_note","textContent":"Note: Background will not be saved with image."}, +{"id":"svginfo_icons","textContent":"Icon size"}, {"id":"icon_small","textContent":"Small"}, {"id":"icon_medium","textContent":"Medium"}, {"id":"icon_large","textContent":"Large"}, @@ -146,7 +147,9 @@ "featNotSupported":"Feature not supported", "enterNewImgURL":"Enter the new image URL", "ok":"OK", - "cancel":"Cancel" + "cancel":"Cancel", + "pathNodeTooltip":"Drag node to move it. Double-click node to change segment type", + "pathCtrlPtTooltip":"Drag control point to adjust curve properties" } } ];