Skip to content

Commit daa4d55

Browse files
authored
Merge pull request #1477 from iNavFlight/MrD_rearrange-landing-settings
Re-arrange and change labels for landing.
2 parents 2d856f6 + 745988c commit daa4d55

2 files changed

Lines changed: 10 additions & 15 deletions

File tree

_locales/en/messages.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2600,26 +2600,26 @@
26002600
"message": "Used when not landing at the home point. Upon arriving at home, the plane will loiter and change altitude to the RTH Home Altitude. Default is 0, which is feature disabled."
26012601
},
26022602
"landMaxAltVspd": {
2603-
"message": "<strong>Initial landing speed</strong> until <strong>Slow down altitude</strong> is reached"
2603+
"message": "The craft will start to descend at this speed, once it reaches the <strong>Home</strong> location."
26042604
},
26052605
"landMaxAltVspdHelp": {
26062606
"message": "After RTH if autolanding is enabled the aircraft will start to descend at this speed until reaching <strong>Slow down altitude</strong>"
26072607
},
26082608
"landSlowdownMaxAlt": {
2609-
"message": "<strong>Slow down altitude</strong>. Altitude bellow which the aircraft will start to slow down"
2609+
"message": "When the craft has descended to <i>this</i> altitude. It will begin to slow down for landing."
26102610
},
26112611
"landSlowdownMaxAltHelp": {
26122612
"message": "When the aircraft reaches this altitude it will start to slow down linearly between the <strong>Initial landing speed</strong> and <strong>Final landing speed</strong> to reach it at <strong>Final approach altitude</strong>"
26132613
},
2614+
"landSlowdownMinAlt": {
2615+
"message": "When the craft has descended to <i>this</i> altitude, it will have slowed to the touch down speed."
2616+
},
26142617
"landMinAltVspd": {
2615-
"message": "<strong>Final landing speed</strong>. Speed the aircraft will take until touchdown when the <strong>Final approach altitutde</strong> is reached"
2618+
"message": "This is the touch down speed."
26162619
},
26172620
"landMinAltVspdHelp": {
26182621
"message": "The aircraft vertical speed target will be this value when the aircraft reaches the <strong>Final approach altitude</strong> after having slowed down linearly from the <strong>Slow down altitude</strong> at <strong>Initial landing speed</strong>"
26192622
},
2620-
"landSlowdownMinAlt": {
2621-
"message": "<strong>Final approach altitude</strong>. Altitude under which the aircraft will go down at <strong>Final landing speed</strong> until touchdown"
2622-
},
26232623
"emergencyDescentRate": {
26242624
"message": "Emergency landing speed"
26252625
},

tabs/advanced_tuning.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -432,30 +432,25 @@
432432
<div class="spacer_box_title" data-i18n="autoLandingSettings"></div>
433433
</div>
434434
<div class="spacer_box">
435-
436435
<div class="number">
437436
<input id="landMaxAltVspd" type="number" data-unit="v-cms" data-setting="nav_land_maxalt_vspd" data-setting-multiplier="1" step="1" min="100" max="2000" />
438437
<label for="landMaxAltVspd"><span data-i18n="landMaxAltVspd"></span></label>
439438
<div class="helpicon cf_tip" data-i18n_title="landMaxAltVspdHelp"></div>
440439
</div>
441-
442440
<div class="number">
443441
<input id="landSlowdownMaxAlt" type="number" data-unit="cm" data-setting="nav_land_slowdown_maxalt" data-setting-multiplier="1" step="1" min="500" max="4000" />
444442
<label for="landSlowdownMaxAlt"><span data-i18n="landSlowdownMaxAlt"></span></label>
445443
<div class="helpicon cf_tip" data-i18n_title="landSlowdownMaxAltHelp"></div>
446444
</div>
447-
445+
<div class="number">
446+
<input id="landSlowdownMinAlt" type="number" data-unit="cm" data-setting="nav_land_slowdown_minalt" data-setting-multiplier="1" step="1" min="50" max="1000" />
447+
<label for="landSlowdownMinAlt"><span data-i18n="landSlowdownMinAlt"></span></label>
448+
</div>
448449
<div class="number">
449450
<input id="landMinAltVspd" type="number" data-unit="v-cms" data-setting="nav_land_minalt_vspd" data-setting-multiplier="1" step="1" min="50" max="500" />
450451
<label for="landMinAltVspd"><span data-i18n="landMinAltVspd"></span></label>
451452
<div class="helpicon cf_tip" data-i18n_title="landMinAltVspdHelp"></div>
452453
</div>
453-
454-
<div class="number">
455-
<input id="landSlowdownMinAlt" type="number" data-unit="cm" data-setting="nav_land_slowdown_minalt" data-setting-multiplier="1" step="1" min="50" max="1000" />
456-
<label for="landSlowdownMinAlt"><span data-i18n="landSlowdownMinAlt"></span></label>
457-
</div>
458-
459454
<div class="number">
460455
<input id="emergencyDescentRate" type="number" data-unit="cms" data-setting="nav_emerg_landing_speed" data-setting-multiplier="1" step="1" min="100" max="2000" />
461456
<label for="emergencyDescentRate"><span data-i18n="emergencyDescentRate"></span></label>

0 commit comments

Comments
 (0)