diff options
| author | John Bintz <me@johnbintz.com> | 2007-03-31 12:41:09 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2007-03-31 12:41:09 +0000 |
| commit | d10505ee75112c1737a56b17790ac13a97493a93 (patch) | |
| tree | 4e1c14af9da9c0573c54547b48fcafc22d0ea65c /src/tools-switch.cpp | |
| parent | bug #1524444 (partially solved): while uniformly scaling (with ctrl-key), the... (diff) | |
| download | inkscape-d10505ee75112c1737a56b17790ac13a97493a93.tar.gz inkscape-d10505ee75112c1737a56b17790ac13a97493a93.zip | |
Change tool switch message for paint bucket
(bzr r2791)
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 1dbb0f29f..51516ccb8 100644 --- a/src/tools-switch.cpp +++ b/src/tools-switch.cpp @@ -213,7 +213,7 @@ tools_switch(SPDesktop *dt, int num) dt->set_event_context(SP_TYPE_FLOOD_CONTEXT, tool_names[num]); dt->activate_guides(false); inkscape_eventcontext_set(sp_desktop_event_context(dt)); - dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("<b>Click</b> to paint a bounded area, <b>Ctrl+click</b> to change the clicked object's fill and stroke to the current setting.")); + dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("<b>Click</b> to paint a bounded area, <b>Shift+click</b> to union the new fill with the current selection, <b>Ctrl+click</b> to change the clicked object's fill and stroke to the current setting.")); break; } } |
