Mercurial > hg > tony
diff src/MainWindow.cpp @ 348:c66ec7f40acb
another wording improvement (?) for analysis menu
author | matthiasm |
---|---|
date | Mon, 16 Jun 2014 12:33:29 +0100 |
parents | c9affb380e35 |
children | 56109ef020b4 0b08d860081b ffd1a89a68fa |
line wrap: on
line diff
--- a/src/MainWindow.cpp Mon Jun 16 12:30:15 2014 +0100 +++ b/src/MainWindow.cpp Mon Jun 16 12:33:29 2014 +0100 @@ -852,7 +852,7 @@ connect(action, SIGNAL(triggered()), this, SLOT(precisionAnalysisToggled())); menu->addAction(action); - action = new QAction(tr("&Penalise Pitches at Low Amplitudes"), this); + action = new QAction(tr("&Penalise Soft Pitches"), this); action->setStatusTip(tr("Reduce the likelihood of detecting a pitch when the signal has low amplitude.")); action->setCheckable(true); action->setChecked(lowamp);