summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.cpp
diff options
context:
space:
mode:
authorMoini <moini@noreply.invalid>2019-07-20 22:40:02 +0000
committerMoini <moini@noreply.invalid>2019-07-20 22:40:02 +0000
commit870deb6a80d7951c3c00cce8a331cfa80be4f2f9 (patch)
tree888f4d6e147972ab918aa04cfd03137a5c6010b1 /src/live_effects/parameter/path.cpp
parentSmall string fixes in rotate copies and mirror lpe (diff)
downloadinkscape-870deb6a80d7951c3c00cce8a331cfa80be4f2f9.tar.gz
inkscape-870deb6a80d7951c3c00cce8a331cfa80be4f2f9.zip
Improve title text for LPE button that pastes a path from the clipboard to use with the current LPE
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 b8d2f4476..532d7485a 100644
--- a/src/live_effects/parameter/path.cpp
+++ b/src/live_effects/parameter/path.cpp
@@ -253,7 +253,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 on clipboard"));
+ pButton->set_tooltip_text(_("Insert from clipboard"));
}
static_cast<Gtk::HBox*>(_widget)->show_all_children();