summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-08-06 18:43:09 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-08-06 18:43:09 +0000
commitb7c253a177de4edc08593676647d0c9d1c9f5206 (patch)
tree8d4fc47028de23246be1eed3d2ada5cf72716be4 /src/live_effects/parameter
parentI'm an idiot (diff)
parentUpdate to trunk r13497 (diff)
downloadinkscape-b7c253a177de4edc08593676647d0c9d1c9f5206.tar.gz
inkscape-b7c253a177de4edc08593676647d0c9d1c9f5206.zip
Update to experimental r13460
(bzr r13090.1.98)
Diffstat (limited to 'src/live_effects/parameter')
-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();