mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
Choose Athlete not Cyclist
The Choose Cyclist Dialog now has a title bar 'Choose an Athlete' not 'Choose a Cyclist'. Missed in previous commit.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
ChooseCyclistDialog::ChooseCyclistDialog(const QDir &home, bool allowNew) :
|
||||
home(home)
|
||||
{
|
||||
setWindowTitle(tr("Choose a Cyclist"));
|
||||
setWindowTitle(tr("Choose an Athlete"));
|
||||
|
||||
listWidget = new QListWidget(this);
|
||||
listWidget->setSelectionMode(QAbstractItemView::SingleSelection);
|
||||
|
||||
Reference in New Issue
Block a user