diff options
| author | Moini <moini@noreply.invalid> | 2019-07-20 22:40:02 +0000 |
|---|---|---|
| committer | Moini <moini@noreply.invalid> | 2019-07-20 22:40:02 +0000 |
| commit | 870deb6a80d7951c3c00cce8a331cfa80be4f2f9 (patch) | |
| tree | 888f4d6e147972ab918aa04cfd03137a5c6010b1 /src/live_effects/parameter/originalpatharray.cpp | |
| parent | Small string fixes in rotate copies and mirror lpe (diff) | |
| download | inkscape-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/originalpatharray.cpp')
| -rw-r--r-- | src/live_effects/parameter/originalpatharray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/originalpatharray.cpp b/src/live_effects/parameter/originalpatharray.cpp index 8728a1f47..d3ecac134 100644 --- a/src/live_effects/parameter/originalpatharray.cpp +++ b/src/live_effects/parameter/originalpatharray.cpp @@ -184,7 +184,7 @@ Gtk::Widget* OriginalPathArrayParam::param_newWidget() pButton->show(); pButton->signal_clicked().connect(sigc::mem_fun(*this, &OriginalPathArrayParam::on_link_button_click)); hbox->pack_start(*pButton, Gtk::PACK_SHRINK); - pButton->set_tooltip_text(_("Link to path")); + pButton->set_tooltip_text(_("Insert from clipboard")); } { // Remove linked path |
