summaryrefslogtreecommitdiffstats
path: root/src/tools-switch.cpp
diff options
context:
space:
mode:
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2009-05-22 11:08:49 +0000
committerprokoudine <prokoudine@users.sourceforge.net>2009-05-22 11:08:49 +0000
commitdcf2f538aa9f3352ccac17fe5be23ca828510bd6 (patch)
tree101d0258eaffbe6ec7f07ffdf3dc12067c3b456c /src/tools-switch.cpp
parentRegenerated all tutorials from inkscape-doc primarily to add new (diff)
downloadinkscape-dcf2f538aa9f3352ccac17fe5be23ca828510bd6.tar.gz
inkscape-dcf2f538aa9f3352ccac17fe5be23ca828510bd6.zip
The status bar message now mentions Sketch mode for Pencil
(bzr r7915)
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 a066c37a0..7902a7988 100644
--- a/src/tools-switch.cpp
+++ b/src/tools-switch.cpp
@@ -169,7 +169,7 @@ tools_switch(SPDesktop *dt, int num)
dt->set_event_context(SP_TYPE_PENCIL_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 create a freehand line. Start drawing with <b>Shift</b> to append to selected path."));
+ dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("<b>Drag</b> to create a freehand line. <b>Shift</b> appends to selected path, <b>Alt</b> activates sketch mode."));
break;
case TOOLS_FREEHAND_PEN:
dt->set_event_context(SP_TYPE_PEN_CONTEXT, tool_names[num]);