Browse Source

Fix typo vertial > vertical in UI string

QGC4.4
Hamish Willee 4 years ago committed by Don Gagne
parent
commit
6128210e43
  1. 2
      src/AutoPilotPlugins/PX4/PX4FlightBehaviorCopter.qml

2
src/AutoPilotPlugins/PX4/PX4FlightBehaviorCopter.qml

@ -140,7 +140,7 @@ SetupPage { @@ -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

Loading…
Cancel
Save