# HG changeset patch # User Chris Cannam # Date 1528296949 -3600 # Node ID 11888b7e193db3172778c9732b023d32d6e076c9 # Parent 9f9a7edd7d895569656e9c16d4ed6ba0f3b11f79 Fix erroneous tooltip diff -r 9f9a7edd7d89 -r 11888b7e193d widgets/PluginPathConfigurator.cpp --- a/widgets/PluginPathConfigurator.cpp Mon Jun 04 15:44:57 2018 +0100 +++ b/widgets/PluginPathConfigurator.cpp Wed Jun 06 15:55:49 2018 +0100 @@ -50,7 +50,7 @@ m_add = new QPushButton; m_add->setIcon(IconLoader().load("plus")); - m_add->setToolTip(tr("Move the selected location earlier in the list")); + m_add->setToolTip(tr("Add a new location to the list")); connect(m_add, SIGNAL(clicked()), this, SLOT(addClicked())); buttons->addWidget(m_add);