From e78ea1e0b62d2d7bec401d203f4d288f1d75418f Mon Sep 17 00:00:00 2001 From: TheIsotopes Date: Wed, 29 Apr 2020 15:52:59 +0200 Subject: [PATCH 1/2] missing tooltip added --- locales/en/messages.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/locales/en/messages.json b/locales/en/messages.json index b6a1adf0c4..6134f84309 100644 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -971,6 +971,10 @@ "message": "One of the others disarm flags is active when arming", "description": "Message that pops up to describe the ARM_SWITCH arming disable flag" }, + "initialSetupArmingDisableFlagsTooltipMOTOR_PROTO": { + "message": "There is no motor output protocol selected", + "description": "Message that pops up to describe the ARM_SWITCH arming disable flag" + }, "initialSetupGPSHead": { "message": "GPS" }, From 03fb93cb3e4d3efc11d31160d5b65cb6e9df2dd2 Mon Sep 17 00:00:00 2001 From: TheIsotopes Date: Wed, 29 Apr 2020 16:21:31 +0200 Subject: [PATCH 2/2] order and description changed --- locales/en/messages.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/en/messages.json b/locales/en/messages.json index 6134f84309..f87bb54b8a 100644 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -967,12 +967,12 @@ "message": "The accelerometer has not been calibrated and features are enabled that rely on it. Calibrate the accelerometer.", "description": "Message that pops up to describe the NO_ACC_CAL arming disable flag" }, - "initialSetupArmingDisableFlagsTooltipARM_SWITCH": { - "message": "One of the others disarm flags is active when arming", - "description": "Message that pops up to describe the ARM_SWITCH arming disable flag" - }, "initialSetupArmingDisableFlagsTooltipMOTOR_PROTO": { "message": "There is no motor output protocol selected", + "description": "Message that pops up to describe the MOTOR_PROTO arming disable flag" + }, + "initialSetupArmingDisableFlagsTooltipARM_SWITCH": { + "message": "One of the others disarm flags is active when arming", "description": "Message that pops up to describe the ARM_SWITCH arming disable flag" }, "initialSetupGPSHead": {