mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 12:55:12 +03:00
Unit for Knots is "kn"
This commit is contained in:
parent
0d5196e8c9
commit
c9cc39c139
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue