Code

update calligraphic statusbar message
authorbuliabyak <buliabyak@users.sourceforge.net>
Thu, 24 Jul 2008 06:58:01 +0000 (06:58 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Thu, 24 Jul 2008 06:58:01 +0000 (06:58 +0000)
src/tools-switch.cpp

index e32d8d13d27610869513e3455b97b084443a8a2a..4c51f4e106a43b3cd9edae77b598916f37727ffb 100644 (file)
@@ -202,7 +202,7 @@ tools_switch(SPDesktop *dt, int num)
             dt->set_event_context(SP_TYPE_DYNA_DRAW_CONTEXT, tool_names[num]);
             dt->activate_guides(false);
             inkscape_eventcontext_set(sp_desktop_event_context(dt));
-            dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("<b>Drag</b> to draw a calligraphic stroke; with <b>Ctrl</b> to track a guide, with <b>Alt</b> to thin/thicken. <b>Arrow keys</b> adjust width (left/right) and angle (up/down)."));
+            dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("<b>Drag</b> to draw a calligraphic stroke; with <b>Ctrl</b> to track a guide path. <b>Arrow keys</b> adjust width (left/right) and angle (up/down)."));
             break;
         case TOOLS_TEXT:
             dt->set_event_context(SP_TYPE_TEXT_CONTEXT, tool_names[num]);