Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Efimov <gendalf44@yandex.ru>2022-04-08 04:21:33 +0300
committerIvan Efimov <gendalf44@yandex.ru>2022-04-08 04:21:33 +0300
commit8fb0961701b7d52c8fab4fd0ed0b9cede4f4600c (patch)
tree80408ed55e3cf84f70984ad9b6d84b6448727863 /locales
parent04b4c7438c7662bb7dc6887cdc5d12d8e5f7e541 (diff)
Change failsafe delays units to seconds in UI
Diffstat (limited to 'locales')
-rw-r--r--locales/en/messages.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/locales/en/messages.json b/locales/en/messages.json
index 3fdd3f65..a20b36ce 100644
--- a/locales/en/messages.json
+++ b/locales/en/messages.json
@@ -4246,13 +4246,13 @@
"message": "Stage 2 - Settings"
},
"failsafeDelayItem": {
- "message": "Guard time for stage 2 activation after signal lost [1 = 0.1 sec.]"
+ "message": "Guard time for stage 2 activation after signal lost [seconds]"
},
"failsafeDelayHelp": {
"message": "Time for stage 1 to wait for recovery"
},
"failsafeThrottleLowItem": {
- "message": "Failsafe Throttle Low Delay [1 = 0.1 sec.]"
+ "message": "Failsafe Throttle Low Delay [seconds]"
},
"failsafeThrottleLowHelp": {
"message": "Just disarm the craft instead of executing the selected failsafe procedure when the throttle was low for this amount of time"
@@ -4261,7 +4261,7 @@
"message": "Throttle value used while landing"
},
"failsafeOffDelayItem": {
- "message": "Delay for turning off the Motors during Failsafe [1 = 0.1 sec.]"
+ "message": "Delay for turning off the Motors during Failsafe [seconds]"
},
"failsafeOffDelayHelp": {
"message": "Time to stay in landing mode until the motors are turned off and the craft is disarmed"