mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Correct startup view analysis to activities (#4855)
This commit is contained in:
@@ -265,7 +265,7 @@ GeneralPage::GeneralPage(Context *context) : context(context)
|
||||
|
||||
startupView = new QComboBox();
|
||||
startupView->addItem(tr("Trends"));
|
||||
startupView->addItem(tr("Analysis"));
|
||||
startupView->addItem(tr("Activities"));
|
||||
startupView->addItem(tr("Plan"));
|
||||
startupView->addItem(tr("Train"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user