From c1395c004fdd9b89a8263e5678ebfc369bcd268f Mon Sep 17 00:00:00 2001 From: Juzzle1 Date: Sat, 9 May 2020 12:35:05 +0100 Subject: [PATCH] Changed frame title & brackets --- locales/en/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en/messages.json b/locales/en/messages.json index c769de38..41496973 100644 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -3333,10 +3333,10 @@ "message": "The values below change the behaviour of the ANGLE and HORIZON flight modes. Different PID controllers handle the values differently. Please check the documentation." }, "pidTuningMotorOutputLimit": { - "message": "Motor Output Scaling" + "message": "Motor Output Limit" }, "pidTuningMotorLimit": { - "message": "Scale Factor (%)" + "message": "Scale Factor [%]" }, "pidTuningMotorLimitHelp": { "message": "Motor output linear scale factor (as percentage). Reduces ESC current and motor heat when using higher cell count batteries, e.g. When using a 6S battery on a craft that has motors, props and tuning designed for 4S, try setting the value at 66%; when using a 4S battery on a craft intended for 3S, try 75%.
Always make sure that all of your components can support the voltage of the battery you are using."