From 1899a59a7f883fb557555b59a3b29be3cdb94c78 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Wed, 3 Mar 2010 07:23:11 +0000 Subject: [PATCH] Correct tooltip in the foreignObject extension git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1441 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/extensions/ext-foreignobject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/extensions/ext-foreignobject.js b/editor/extensions/ext-foreignobject.js index bb52aabc..a4a98502 100644 --- a/editor/extensions/ext-foreignobject.js +++ b/editor/extensions/ext-foreignobject.js @@ -144,7 +144,7 @@ $(function() { }, { type: "input", panel: "foreignObject_panel", - title: "Change foreignObject's height", + title: "Change foreignObject's font size", id: "foreign_font_size", label: "font-size", size: 2,