summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fe42499)
raw | patch | inline | side by side (parent: fe42499)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 24 Jul 2008 06:58:01 +0000 (06:58 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 24 Jul 2008 06:58:01 +0000 (06:58 +0000) |
src/tools-switch.cpp | patch | blob | history |
diff --git a/src/tools-switch.cpp b/src/tools-switch.cpp
index e32d8d13d27610869513e3455b97b084443a8a2a..4c51f4e106a43b3cd9edae77b598916f37727ffb 100644 (file)
--- a/src/tools-switch.cpp
+++ b/src/tools-switch.cpp
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]);