mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Correct copy/paste errors for File Format
This commit is contained in:
@@ -129,7 +129,7 @@ RideFile *CsvFileReader::openRideFile(QFile &file, QStringList &errors, QList<Ri
|
||||
++lineno;
|
||||
motoActv = true;
|
||||
rideFile->setDeviceType("MotoACTV");
|
||||
rideFile->setDeviceType("MotoACTV CSV (csv)");
|
||||
rideFile->setFileFormat("MotoACTV CSV (csv)");
|
||||
unitsHeader = -1;
|
||||
/* MotoACTV files are always metric */
|
||||
metric = true;
|
||||
|
||||
Reference in New Issue
Block a user