1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 11:39:16 +02:00

Localization update

This commit is contained in:
2018-06-22 17:41:24 +02:00
parent cf6d27b1f5
commit f07173ab22
8 changed files with 1191 additions and 1051 deletions

View File

@ -312,7 +312,7 @@ QWidget *OptionsDialog::createDataPage()
_computed = new QRadioButton(tr("Computed from distance/time"));
_reported = new QRadioButton(tr("Reported by device"));
_reported = new QRadioButton(tr("Recorded by device"));
if (_options->useReportedSpeed)
_reported->setChecked(true);
else