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

Unit for Knots is "kn"

This commit is contained in:
Damjan Adamic 2014-06-19 16:43:53 +02:00
parent 0d5196e8c9
commit c9cc39c139

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;