mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 17:09:56 +00:00
Be consistent - 'Overlay' not 'Show Overlay'
This commit is contained in:
@@ -149,7 +149,7 @@ AllPlotWindow::AllPlotWindow(Context *context) :
|
||||
showFull->setCheckState(Qt::Checked);
|
||||
cl1->addRow(new QLabel(""), showFull);
|
||||
|
||||
showHelp = new QCheckBox(tr("Show Overlay"), this);
|
||||
showHelp = new QCheckBox(tr("Overlay"), this);
|
||||
showHelp->setCheckState(Qt::Unchecked);
|
||||
cl1->addRow(new QLabel(""), showHelp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user