diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-07-24 06:58:01 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-07-24 06:58:01 +0000 |
| commit | 60ca8d85ff97a84e837940329bab0af5598abf04 (patch) | |
| tree | 5caeb37fd75decaa4dbcd10caed74fd2980f5937 /src/tools-switch.cpp | |
| parent | fix crash when writing style with empty font-family (diff) | |
| download | inkscape-60ca8d85ff97a84e837940329bab0af5598abf04.tar.gz inkscape-60ca8d85ff97a84e837940329bab0af5598abf04.zip | |
update calligraphic statusbar message
(bzr r6407)
Diffstat (limited to 'src/tools-switch.cpp')
| -rw-r--r-- | src/tools-switch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, _("<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]); |
