From 4fcc9b3c1a032350b0faca25f2fdd9b082dcc1be Mon Sep 17 00:00:00 2001 From: Dan Nixon Date: Tue, 22 Aug 2017 18:22:13 +0100 Subject: [PATCH] Add tooltips to section headers in OSD tab --- _locales/en/messages.json | 22 ++++++++++++++++++++++ tabs/osd.html | 16 +++++++--------- tabs/osd.js | 8 ++++++++ 3 files changed, 37 insertions(+), 9 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 1a49b600..6f76a410 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2593,6 +2593,28 @@ "message": "Warns when flip over after crash mode is activated" }, + "osdSectionHelpElements": { + "message": "Enable or disable OSD elements." + }, + "osdSectionHelpVideoMode": { + "message": "Set the expected video mode of the camera (typically this can be left on AUTO, if you have difficulties then set this to match the camera output)." + }, + "osdSectionHelpUnits": { + "message": "Sets the unit system used for numeric readouts." + }, + "osdSectionHelpTimers": { + "message": "Configure flight timers." + }, + "osdSectionHelpAlarms": { + "message": "Set the thresholds used for OSD elements with alarm states." + }, + "osdSectionHelpStats": { + "message": "Set the values dispalyed on the post flight statistics screen." + }, + "osdSectionHelpWarnings": { + "message": "Enable or disable warnings that are shown on the WARNINGS element." + }, + "mainHelpArmed": { "message": "Motor Arming" }, diff --git a/tabs/osd.html b/tabs/osd.html index e277b639..bf576a4d 100755 --- a/tabs/osd.html +++ b/tabs/osd.html @@ -17,7 +17,7 @@
-
+
@@ -48,8 +48,8 @@
-
-
+
+
@@ -57,7 +57,7 @@