diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2011-04-01 12:52:41 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2011-04-01 12:52:41 +0000 |
| commit | 0ff79849c34ee1a5120b70968ccc4b418877f8e1 (patch) | |
| tree | d91f25a3d6f93d1d9870147eb700a92d2f13dde7 /src/tools-switch.cpp | |
| parent | Translations. Greek translation update by boukeas. (diff) | |
| download | inkscape-0ff79849c34ee1a5120b70968ccc4b418877f8e1.tar.gz inkscape-0ff79849c34ee1a5120b70968ccc4b418877f8e1.zip | |
Tweak and spray:
* Fix for Bug #745652 (Gradient handles persistence with Tweak and Spray).
* Fix for Bug #490225 (Tweak Tool : Opacity doesn't change in Paint/Jitter modes).
* Tweak tool code consistency fix.
* Spray tool default status message modified.
(bzr r10139)
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 e9fca952e..1f624cc35 100644 --- a/src/tools-switch.cpp +++ b/src/tools-switch.cpp @@ -140,7 +140,7 @@ tools_switch(SPDesktop *dt, int num) dt->set_event_context(SP_TYPE_SPRAY_CONTEXT, tool_names[num]); dt->activate_guides(true); inkscape_eventcontext_set(sp_desktop_event_context(dt)); - dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("To spray a path by pushing, select it and drag over it.")); + dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("<b>Drag</b>, <b>click</b> or <b>scroll</b> to spray the selected objects.")); break; case TOOLS_SHAPES_RECT: dt->set_event_context(SP_TYPE_RECT_CONTEXT, tool_names[num]); |
