From a5a44e824a131d1d694c7a5bb2deff668ee75271 Mon Sep 17 00:00:00 2001 From: HThuren Date: Sun, 18 Jun 2023 13:34:16 +0200 Subject: [PATCH 1/2] Add help text to sections on GPS tab --- locales/en/messages.json | 16 ++++++++++++++++ src/tabs/gps.html | 4 ++++ 2 files changed, 20 insertions(+) mode change 100644 => 100755 locales/en/messages.json mode change 100644 => 100755 src/tabs/gps.html diff --git a/locales/en/messages.json b/locales/en/messages.json old mode 100644 new mode 100755 index 1697431ad1..177f90febe --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -1518,6 +1518,10 @@ "configurationGPS": { "message": "GPS Configuration" }, + "configurationGPSHelp": { + "message": "Setup protocol for GPS device (remember to setup port in Port tab), use Auto baud (or setup speed at Port tab) and other configuration", + "description": "Help text GPS configuration" + }, "configurationGPSProtocol": { "message": "Protocol" }, @@ -2689,9 +2693,17 @@ "gpsHead": { "message": "GPS" }, + "gpsHeadHelp": { + "message": "Show various information releated to GPS. Heading are only shown when Magnetometer are in use", + "description": "Help text for gpsHead" + }, "gpsMapHead": { "message": "Current GPS location" }, + "gpsMapHeadHelp": { + "message": "Show GPS location on map. Use mouse to zoom in and out.
Location icon show North direction when Magnetometer are in use", + "description": "Help text for gpsHeadMap" + }, "gpsMapMessage1": { "message": "Please check your internet connection" }, @@ -2731,6 +2743,10 @@ "gpsSignalStrHead": { "message": "GPS Signal Strength" }, + "gpsSignalStrHeadHelp": { + "message": "Show signal strength, quality and status for each discovered GPS source", + "description": "Help text for gpsSignalStrHead" + }, "gpsSignalStr": { "message": "Signal Strength" }, diff --git a/src/tabs/gps.html b/src/tabs/gps.html old mode 100644 new mode 100755 index d6b1730fc7..9068812902 --- a/src/tabs/gps.html +++ b/src/tabs/gps.html @@ -10,6 +10,7 @@
+
@@ -66,6 +67,7 @@
+
@@ -79,6 +81,7 @@
+
@@ -121,6 +124,7 @@
+
From 980afe02ad5eeb61df16aec6db44ecb9b5ce046d Mon Sep 17 00:00:00 2001 From: HThuren <99370924+HThuren@users.noreply.github.com> Date: Sun, 18 Jun 2023 14:19:37 +0200 Subject: [PATCH 2/2] Update locales/en/messages.json Co-authored-by: Mark Haslinghuis --- locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en/messages.json b/locales/en/messages.json index 177f90febe..55f33f1a76 100755 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -2701,7 +2701,7 @@ "message": "Current GPS location" }, "gpsMapHeadHelp": { - "message": "Show GPS location on map. Use mouse to zoom in and out.
Location icon show North direction when Magnetometer are in use", + "message": "Show GPS location on the map. Use mouse scroll button to zoom in and out.
The location icon shows the north direction when the magnetometer is in use", "description": "Help text for gpsHeadMap" }, "gpsMapMessage1": {