From bd890faa0a33cbf5b34a68c5351cf1c44f0043b2 Mon Sep 17 00:00:00 2001 From: Daniel Arruda Ribeiro Date: Sun, 5 Jul 2020 14:15:32 -0300 Subject: [PATCH] Add azimuth OSD element messages --- _locales/en/messages.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 4d426545..79d5c331 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2653,6 +2653,12 @@ "osdElement_PLUS_CODE_HELP": { "message": "Plus codes encode both latitude and longitude on a single value that can be entered directly in Google Maps. It provides the same level of precision than latitude and longitude while using less screen space." }, + "osdElement_AZIMUTH": { + "message": "Azimuth" + }, + "osdElement_AZIMUTH_HELP": { + "message": "Azimuth is the direction of the aircraft in relation to the home point. It's useful to keep the aircraft on the correct course or to keep the aircraft in front of a fixed directional antenna." + }, "osdElement_TRIP_DIST": { "message": "Trip distance" },