From 759507463c2249fa4232e9f7ff1b22941f4aff52 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 17 Jan 2016 16:52:40 +0100 Subject: [PATCH] Better text for min throttle --- src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml b/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml index f72835875..d7ac9b2b3 100644 --- a/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml +++ b/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml @@ -68,7 +68,7 @@ FactSliderPanel { ListElement { title: "Manual minimum throttle" - description: "Slide to the left to start with less idle power. Slide to the right if descends in manual flight become unstable." + description: "Slide to the left to start the motors with less idle power. Slide to the right if descending in manual flight becomes unstable." param: "MPC_MANTHR_MIN" min: 0 max: 0.15 -- 2.22.0