From 4a642adfb5ae9bee654cd2217c5717a1fae6fd4c Mon Sep 17 00:00:00 2001 From: mikeller Date: Thu, 14 Sep 2017 00:27:56 +1200 Subject: [PATCH] Improved label texts and help positioning in receiver tab. --- _locales/en/messages.json | 10 +++++----- tabs/receiver.html | 30 ++++++++++++------------------ 2 files changed, 17 insertions(+), 23 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 95995ccd..9e33b856 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1104,22 +1104,22 @@ "message": "Throttle EXPO" }, "receiverStickMin": { - "message": "Stick Min" + "message": "'Stick Low' Threshold" }, "receiverHelpStickMin": { - "message": "The value (in us) used to determine if a stick is low." + "message": "The maximum value (in us) for a stick to be recognised as low / left for command input (MIN_CHECK)." }, "receiverStickCenter": { "message": "Stick Center" }, "receiverHelpStickCenter": { - "message": "The value (in us) used to determine if a stick is centered." + "message": "The value (in us) used to determine if a stick is centered (MID_RC)." }, "receiverStickMax": { - "message": "Stick Max" + "message": "'Stick High' Threshold" }, "receiverHelpStickMax": { - "message": "The value (in us) used to determine if a stick is high." + "message": "The minimum value (in us) for a stick to be recognised as high / right for command input (MAX_CHECK)." }, "receiverDeadband": { "message": "RC Deadband" diff --git a/tabs/receiver.html b/tabs/receiver.html index db80ae35..6e129831 100644 --- a/tabs/receiver.html +++ b/tabs/receiver.html @@ -41,19 +41,16 @@ -
- -
+ +
-
- -
+ +
-
- -
+ +
@@ -67,19 +64,16 @@ -
- -
+ +
-
- -
+ +
-
- -
+ +