diff --git a/src/CsvRideFile.cpp b/src/CsvRideFile.cpp index d6799918c..f6a8dd76c 100644 --- a/src/CsvRideFile.cpp +++ b/src/CsvRideFile.cpp @@ -344,7 +344,7 @@ RideFile *CsvFileReader::openRideFile(QFile &file, QStringList &errors, QListitem(i,1)->setText(ride->startTime().toString(tr("dd MMM yyyy"))); tableWidget->item(i,2)->setText(ride->startTime().toString("hh:mm:ss")); @@ -607,7 +607,7 @@ RideImportWizard::process() if (needdates == 0) { // no need to wait for the user to input dates - // nd press save if all the dates are set + // and press save if all the dates are set // (i.e. they got set by the file importers already) // do nothing for now since we need to confirm dates // and confirm overwrite files rather than importing