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:
authorAlberto García Hierro <alberto@garciahierro.com>2019-02-18 04:00:42 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2019-03-15 13:03:27 +0300
commit43e845805c1086d81d7dc4cca6ac680083dfbda4 (patch)
tree7932884dd486b09de39fe9d82f3203215c67210d /_locales
parent4c59b7dc436e4c3c86882d3a8085be1761ee8b53 (diff)
Add MAP_SCALE and MAP_REFERENCE elements
Allow moving the map scale and reference around instead of them being fixed on the screen.
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index b8fe5757..2b8fdf44 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2578,6 +2578,18 @@
"osdElement_RADAR": {
"message": "Radar"
},
+ "osdElement_MAP_SCALE": {
+ "message": "Map Scale"
+ },
+ "osdElement_MAP_SCALE_HELP": {
+ "message": "Scale of the currently shown map/radar."
+ },
+ "osdElement_MAP_REFERENCE": {
+ "message": "Map Reference"
+ },
+ "osdElement_MAP_REFERENCE_HELP": {
+ "message": "Reference (direction that points up) of the current map. N for North and T for takeoff direction."
+ },
"osdElement_WIND_SPEED_HORIZONTAL": {
"message": "Horizontal Wind Speed"
},