summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/originalpath.cpp
diff options
context:
space:
mode:
authorMoini <moini@noreply.invalid>2019-07-20 23:06:24 +0000
committerMoini <moini@noreply.invalid>2019-07-20 23:06:24 +0000
commite418c59167e0413027d7a297c214ad1d47956e47 (patch)
tree7fac5a1531ab97c99125d07f8e34f1310430dd3e /src/live_effects/parameter/originalpath.cpp
parentPreferences: save shortcut file location relative to INKSCAPE_DATADIR (diff)
parentImprove title text for LPE button that pastes a path from the clipboard to us... (diff)
downloadinkscape-e418c59167e0413027d7a297c214ad1d47956e47.tar.gz
inkscape-e418c59167e0413027d7a297c214ad1d47956e47.zip
Improve some LPE descriptions.
Diffstat (limited to 'src/live_effects/parameter/originalpath.cpp')
-rw-r--r--src/live_effects/parameter/originalpath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/originalpath.cpp b/src/live_effects/parameter/originalpath.cpp
index dd292fee3..6fd63f99e 100644
--- a/src/live_effects/parameter/originalpath.cpp
+++ b/src/live_effects/parameter/originalpath.cpp
@@ -61,7 +61,7 @@ OriginalPathParam::param_newWidget()
pButton->show();
pButton->signal_clicked().connect(sigc::mem_fun(*this, &OriginalPathParam::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(_("Insert from clipboard"));
}
{ // Select original button