# HG changeset patch # User matthiasm # Date 1402918215 -3600 # Node ID c9affb380e356a55e3fd4f980f51ed52570132d3 # Parent 65907d91f32829f74d49b52deda2f83c6531c8d5 better? wording of new analysis menu entry diff -r 65907d91f328 -r c9affb380e35 src/MainWindow.cpp --- 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);