mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Chart Settings menu is All Chart Settings
.. to differentiate from the reveal settings which are just a small subset of the chart settings.
This commit is contained in:
@@ -38,7 +38,7 @@ void GcWindow::setControls(QWidget *x)
|
||||
|
||||
if (x != NULL) {
|
||||
menu->clear();
|
||||
menu->addAction(tr("Chart Settings"), this, SIGNAL(showControls()));
|
||||
menu->addAction(tr("All Chart Settings"), this, SIGNAL(showControls()));
|
||||
menu->addAction(tr("Close"), this, SLOT(_closeWindow()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user