From 370ad21f85d30d6aefe1a4b4e43d79d57b2b7df7 Mon Sep 17 00:00:00 2001 From: cTn Date: Wed, 17 Sep 2014 16:19:20 +0200 Subject: [PATCH] desc text for throttle and battery category --- _locales/en/messages.json | 24 ++++++++++++++++++++++++ tabs/configuration.html | 14 +++++++------- 2 files changed, 31 insertions(+), 7 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index c9fd6756..0de767df 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -327,9 +327,33 @@ "configurationThrottle": { "message": "Throttle" }, + "configurationThrottleMinimum": { + "message": "Minimum Throttle" + }, + "configurationThrottleMaximum": { + "message": "Maximum Throttle" + }, + "configurationThrottleFailsafe": { + "message": "Failsafe Throttle" + }, + "configurationThrottleMinimumCommand": { + "message": "Minimum Command" + }, "configurationBattery": { "message": "Battery" }, + + "configurationBatteryMinimum": { + "message": "Minimum Cell Voltage" + }, + "configurationBatteryMaximum": { + "message": "Maximum Cell Voltage" + }, + "configurationBatteryScale": { + "message": "Voltage Scale" + }, + + "configurationEepromSaved": { "message": "EEPROM saved" }, diff --git a/tabs/configuration.html b/tabs/configuration.html index 2c5780d7..b37f1bc3 100644 --- a/tabs/configuration.html +++ b/tabs/configuration.html @@ -64,25 +64,25 @@
@@ -91,19 +91,19 @@