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:29:56 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-08-06 15:29:56 +0000
commit5ff454abb53a13499cce928b94cf7538d5ded631 (patch)
tree37116bad6617c799ca2261edf2826b1a459a090a /src/live_effects/parameter/path.cpp
parentsupplemental change to lp:inkscape rev13492 (ignore arc segments when start a... (diff)
downloadinkscape-5ff454abb53a13499cce928b94cf7538d5ded631.tar.gz
inkscape-5ff454abb53a13499cce928b94cf7538d5ded631.zip
Fix bug #1241501, improve tooltip text on path parameter
(bzr r13494)
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();