From e2b264ea64711b8f6b397129ed307647e1280526 Mon Sep 17 00:00:00 2001 From: Wormsxulla Date: Thu, 4 Feb 2010 07:13:09 +0000 Subject: [PATCH] Make the tooltip description for id="stroke_width" in lang.en.js match the HTML. (All languages files will need to translate the new string"). git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1338 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/locale/lang.en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/locale/lang.en.js b/editor/locale/lang.en.js index d660e51f..397da0a1 100644 --- a/editor/locale/lang.en.js +++ b/editor/locale/lang.en.js @@ -67,7 +67,7 @@ {"id": "stroke_color", "title": "Change stroke color"}, {"id": "stroke_style", "title": "Change stroke dash style"}, {"id": "stroke_tool_bottom", "textContent": "stroke:"}, -{"id": "stroke_width", "title": "Change stroke width"}, +{"id": "stroke_width", "title": "Change stroke width by 1, shift-click to change by 0.1"}, {"id": "svginfo_bg_note", "textContent": "Note: Background will not be saved with image."}, {"id": "svginfo_change_background", "textContent": "Editor Background"}, {"id": "svginfo_dim", "textContent": "Canvas Dimensions"},