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

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Pastor <shellixyz@users.noreply.github.com>2018-11-18 20:02:45 +0300
committerGitHub <noreply@github.com>2018-11-18 20:02:45 +0300
commit7cf1c76c088fd73a2e68bbd189869ff16f1ca84c (patch)
tree8b782407f79298df62aac024eaa1adb650a8ece9 /_locales
parent70fc34e8a167ff404e196b0a9339c89a95747501 (diff)
parent5a68d9545d1cf9b566d443ea812738c8e8f3db1e (diff)
Merge pull request #585 from alexeystn/osd_3d_speed_indicator
Add 3D speed OSD indicator
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 70daa929..ee250143 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2497,6 +2497,12 @@
"osdElement_GPS_SPEED_HELP": {
"message": "Shows GPS ground speed."
},
+ "osdElement_3D_SPEED": {
+ "message": "3D Speed"
+ },
+ "osdElement_3D_SPEED_HELP": {
+ "message": "Shows 3D speed considering both horizontal and vertical speed."
+ },
"osdElement_GPS_SATS": {
"message": "GPS Satellites"
},