changeset 1295:11888b7e193d plugin-path-config

Fix erroneous tooltip
author Chris Cannam
date Wed, 06 Jun 2018 15:55:49 +0100
parents 9f9a7edd7d89
children 34b941921ac8
files widgets/PluginPathConfigurator.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);