X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Ftools-switch.cpp;h=51516ccb88e3578c3607c1a62ac2943fa44627d1;hb=444d1533516fca40805d43b69e0042b944fcba70;hp=1d92d74d13e2e9f27ffe74010b1382e11a2cff50;hpb=418e9e2ea620d6b61b6ca0c05aa5a0a9037fbfd7;p=inkscape.git diff --git a/src/tools-switch.cpp b/src/tools-switch.cpp index 1d92d74d1..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.")); + 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; } }