Merge pull request #337 from StewLG/spelling_correction_disarmed_for_submit

Fixing spelling error "Diasrmed" => "Disarmed"
10.3.x-maintenance
Michael Keller 2016-11-11 22:19:32 +13:00 committed by GitHub
commit fee36ba834
1 changed files with 3 additions and 3 deletions

View File

@ -286,8 +286,8 @@ OSD.constants = {
positionable: true, positionable: true,
preview: 'ARMED' preview: 'ARMED'
}, },
DIASRMED: { DISARMED: {
name: 'DIASRMED', name: 'DISARMED',
default_position: -109, default_position: -109,
positionable: true, positionable: true,
preview: 'DISARMED' preview: 'DISARMED'
@ -401,7 +401,7 @@ OSD.chooseFields = function () {
F.VTX_CHANNEL, F.VTX_CHANNEL,
F.VOLTAGE_WARNING, F.VOLTAGE_WARNING,
F.ARMED, F.ARMED,
F.DIASRMED, F.DISARMED,
F.ARTIFICIAL_HORIZON, F.ARTIFICIAL_HORIZON,
F.HORIZON_SIDEBARS, F.HORIZON_SIDEBARS,
F.CURRENT_DRAW, F.CURRENT_DRAW,