diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-07-27 09:49:54 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-07-27 09:49:54 +0000 |
| commit | 727140f98fd7b85a25b6b00d6016b18feff2aa34 (patch) | |
| tree | f647442455e3022294871bbd7098b859b7faa340 /src/live_effects/parameter/originalpath.cpp | |
| parent | Distribute/Move considers selection order (diff) | |
| parent | Remove some trailing whitespace. (diff) | |
| download | inkscape-727140f98fd7b85a25b6b00d6016b18feff2aa34.tar.gz inkscape-727140f98fd7b85a25b6b00d6016b18feff2aa34.zip | |
Merge branch 'lpe-strings' of https://gitlab.com/Moini/inkscape
Diffstat (limited to 'src/live_effects/parameter/originalpath.cpp')
| -rw-r--r-- | src/live_effects/parameter/originalpath.cpp | 2 |
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 |
