summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-08-06 15:33:21 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-08-06 15:33:21 +0000
commit8622d1b422ae5305c54174e3e62fdfce9206ef38 (patch)
tree8f953b1835fabe917a160f4503d2a4b3363587bc /src/live_effects/parameter/path.cpp
parentWarnings cleanup. (diff)
downloadinkscape-8622d1b422ae5305c54174e3e62fdfce9206ef38.tar.gz
inkscape-8622d1b422ae5305c54174e3e62fdfce9206ef38.zip
Fix bug #1241501, improve tooltip text on path parameter
(bzr r13341.1.118)
Diffstat (limited to 'src/live_effects/parameter/path.cpp')
-rw-r--r--src/live_effects/parameter/path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp
index 44d414942..8095056b7 100644
--- a/src/live_effects/parameter/path.cpp
+++ b/src/live_effects/parameter/path.cpp
@@ -197,7 +197,7 @@ PathParam::param_newWidget()
pButton->show();
pButton->signal_clicked().connect(sigc::mem_fun(*this, &PathParam::on_link_button_click));
static_cast<Gtk::HBox*>(_widget)->pack_start(*pButton, true, true);
- pButton->set_tooltip_text(_("Link to path"));
+ pButton->set_tooltip_text(_("Link to path on clipboard"));
static_cast<Gtk::HBox*>(_widget)->show_all_children();