clarify message for configurationDisarmKillSwitch (fixes betaflight/betaflight-configurator#597) second attemps

10.3.x-maintenance
piepluquad 2017-08-20 07:59:12 +02:00
parent 5fefa01556
commit e89d87b573
2 changed files with 6 additions and 2 deletions

View File

@ -683,7 +683,10 @@
"message": "Disarm motors after set delay [seconds] (Requires MOTOR_STOP feature)"
},
"configurationDisarmKillSwitch": {
"message": "Arm/Disarm motors regardless of throttle value when using AUX channel"
"message": "Disarm motors regardless of throttle value (When ARM is configured in Modes tab via AUX channel)"
},
"configurationDisarmKillSwitchHelp": {
"message": "Arming is always disabled when the throttle is not low. Be careful as you could disarm accidentally with a switch while flying with this option active."
},
"configurationDigitalIdlePercent": {
"message": "Motor Idle Throttle Value [percent]"

View File

@ -186,6 +186,7 @@
</div>
<label for="disarmkillswitch"> <span class="freelabel"
i18n="configurationDisarmKillSwitch"></span>
<div class="helpicon cf_tip" i18n_title="cconfigurationDisarmKillSwitcHelp"></div>
</label>
</div>
<div class="number disarmdelay" style="display: none; margin-bottom: 5px;">
@ -697,4 +698,4 @@
</div>
</div>
</div>
</div>
</div>