diff --git a/_locales/en/messages.json b/_locales/en/messages.json index e3d2e7f57..a5fa7a00d 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2901,6 +2901,12 @@ "pitchToThrottleHelp": { "message": "In navigation modes, each degree of climb will add this many units to the cruise throttle. Conversely, each degree of diving will substract from it." }, + "minThrottleDownPitch": { + "message": "Min Throttle Down Pitch" + }, + "minThrottleDownPitchHelp": { + "message": "Automatic pitch down angle when throttle is at 0 in angle mode. Progressively applied between cruise throttle and zero throttle." + }, "pitchToThrottleSmoothing": { "message": "Throttle smoothing" }, diff --git a/tabs/advanced_tuning.html b/tabs/advanced_tuning.html index e1a81a4c9..158410cde 100644 --- a/tabs/advanced_tuning.html +++ b/tabs/advanced_tuning.html @@ -104,16 +104,19 @@