From: buliabyak Date: Wed, 11 Apr 2007 03:19:55 +0000 (+0000) Subject: update statusbar message for calligraphy X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b6df150af1cbad4d7f5a83e095faafaa458fdb43;p=inkscape.git update statusbar message for calligraphy --- diff --git a/src/tools-switch.cpp b/src/tools-switch.cpp index 51516ccb8..339326359 100644 --- a/src/tools-switch.cpp +++ b/src/tools-switch.cpp @@ -177,7 +177,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 paint a calligraphic stroke. Left/right arrow keys adjust width, up/down adjust angle.")); + 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).")); break; case TOOLS_TEXT: dt->set_event_context(SP_TYPE_TEXT_CONTEXT, tool_names[num]);