Mercurial > hg > tony
changeset 348:c66ec7f40acb
another wording improvement (?) for analysis menu
author | matthiasm |
---|---|
date | Mon, 16 Jun 2014 12:33:29 +0100 |
parents | c9affb380e35 |
children | fc0c4cfad044 |
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: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);