From d10505ee75112c1737a56b17790ac13a97493a93 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sat, 31 Mar 2007 12:41:09 +0000 Subject: Change tool switch message for paint bucket (bzr r2791) --- src/tools-switch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools-switch.cpp') 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, _("Click to paint a bounded area, Ctrl+click to change the clicked object's fill and stroke to the current setting.")); + dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("Click to paint a bounded area, Shift+click to union the new fill with the current selection, Ctrl+click to change the clicked object's fill and stroke to the current setting.")); break; } } -- cgit v1.2.3