changeset 347:c9affb380e35

better? wording of new analysis menu entry
author matthiasm
date Mon, 16 Jun 2014 12:30:15 +0100
parents 65907d91f328
children c66ec7f40acb
files src/MainWindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/MainWindow.cpp	Mon Jun 16 12:25:11 2014 +0100
+++ b/src/MainWindow.cpp	Mon Jun 16 12:30:15 2014 +0100
@@ -852,7 +852,7 @@
     connect(action, SIGNAL(triggered()), this, SLOT(precisionAnalysisToggled()));
     menu->addAction(action);
 
-    action = new QAction(tr("&Suppress Detection at Low Amplitude"), this);
+    action = new QAction(tr("&Penalise Pitches at Low Amplitudes"), this);
     action->setStatusTip(tr("Reduce the likelihood of detecting a pitch when the signal has low amplitude."));
     action->setCheckable(true);
     action->setChecked(lowamp);