From 6128210e432ce7a0b178afac429725b53d038f33 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Mon, 8 Nov 2021 08:52:04 +1100 Subject: [PATCH] Fix typo vertial > vertical in UI string --- src/AutoPilotPlugins/PX4/PX4FlightBehaviorCopter.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/PX4FlightBehaviorCopter.qml b/src/AutoPilotPlugins/PX4/PX4FlightBehaviorCopter.qml index a480cca..1d831f6 100644 --- a/src/AutoPilotPlugins/PX4/PX4FlightBehaviorCopter.qml +++ b/src/AutoPilotPlugins/PX4/PX4FlightBehaviorCopter.qml @@ -140,7 +140,7 @@ SetupPage { id: zVelSlider ListElement { - title: qsTr("Vertial velocity (m/s)") + title: qsTr("Vertical velocity (m/s)") description: qsTr("Limit the vertical velocity (applies to all modes).") param: "MPC_Z_VEL_ALL" min: 0.2