mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
Data Series not Channels
.. thats a term they use in WKO+ not GC !
This commit is contained in:
@@ -120,7 +120,7 @@ ShareDialog::ShareDialog(Context *context, RideItem *item) :
|
||||
groupBox2->setLayout(vbox2);
|
||||
mainLayout->addWidget(groupBox2);
|
||||
|
||||
QGroupBox *groupBox3 = new QGroupBox(tr("Choose which channels you wish to send: "));
|
||||
QGroupBox *groupBox3 = new QGroupBox(tr("Choose which data series you wish to send: "));
|
||||
|
||||
//gpsChk = new QCheckBox(tr("GPS"));
|
||||
altitudeChk = new QCheckBox(tr("Altitude"));
|
||||
|
||||
Reference in New Issue
Block a user