summaryrefslogtreecommitdiffstats
path: root/src/tools-switch.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-04-11 03:19:55 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-04-11 03:19:55 +0000
commit2b199930749c58b4b32251da70c2ee8c88f8fac2 (patch)
tree03d0cce88703ed4340d0b5387faa254f64eddec4 /src/tools-switch.cpp
parenttrace background button/setting for calligraphy (diff)
downloadinkscape-2b199930749c58b4b32251da70c2ee8c88f8fac2.tar.gz
inkscape-2b199930749c58b4b32251da70c2ee8c88f8fac2.zip
update statusbar message for calligraphy
(bzr r2852)
Diffstat (limited to 'src/tools-switch.cpp')
-rw-r--r--src/tools-switch.cpp2
1 files changed, 1 insertions, 1 deletions
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, _("<b>Drag</b> to paint a calligraphic stroke. <b>Left</b>/<b>right</b> arrow keys adjust width, <b>up</b>/<b>down</b> adjust angle."));
+ 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)."));
break;
case TOOLS_TEXT:
dt->set_event_context(SP_TYPE_TEXT_CONTEXT, tool_names[num]);