=== modified file 'src/live_effects/parameter/path.cpp' --- src/live_effects/parameter/path.cpp 2013-03-25 17:42:31 +0000 +++ src/live_effects/parameter/path.cpp 2013-10-18 10:56:45 +0000 @@ -191,7 +191,7 @@ pButton->show(); pButton->signal_clicked().connect(sigc::mem_fun(*this, &PathParam::on_link_button_click)); static_cast(_widget)->pack_start(*pButton, true, true); - pButton->set_tooltip_text(_("Link to path")); + pButton->set_tooltip_text(_("Link to path from clipboard")); static_cast(_widget)->show_all_children();