From: buliabyak Date: Thu, 24 Jul 2008 06:58:01 +0000 (+0000) Subject: update calligraphic statusbar message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2424cd391a52114584bd2517ff76f1d5f5a37c48;p=inkscape.git update calligraphic statusbar message --- diff --git a/src/tools-switch.cpp b/src/tools-switch.cpp index e32d8d13d..4c51f4e10 100644 --- a/src/tools-switch.cpp +++ b/src/tools-switch.cpp @@ -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, _("Drag to draw a calligraphic stroke; with Ctrl to track a guide, with Alt to thin/thicken. Arrow keys adjust width (left/right) and angle (up/down).")); + dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("Drag to draw a calligraphic stroke; with Ctrl to track a guide path. Arrow keys adjust width (left/right) and angle (up/down).")); break; case TOOLS_TEXT: dt->set_event_context(SP_TYPE_TEXT_CONTEXT, tool_names[num]);