1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 21:05:26 +03:00

Merge commit 'c9cc39c139' into next

This commit is contained in:
bsongis 2014-06-20 11:27:41 +02:00
commit c08b57ad9b

View file

@ -193,7 +193,7 @@ RawSourceRange RawSource::getRange(const ModelData & model, const GeneralSetting
result.step = singleprec ? 2 : 1;
result.max = singleprec ? (2*255) : 2000;
if (firmware->getCapability(Imperial) || settings.imperial) {
result.unit = QObject::tr("MPH");
result.unit = QObject::tr("kn");
}
else {
result.step *= 1.852;