Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/AutoPilotPlugins/PX4/PX4FlightBehaviorCopter.qml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ SetupPage {
Layout.fillWidth: true
enabled: xyVelCheckbox.checked
heading: qsTr("Horizontal velocity (m/s)")
headingDescription: qsTr("Limit the horizonal velocity (applies to all modes).")
headingDescription: qsTr("Limit the horizontal velocity (applies to all modes).")

// It's a bit tricky to handle the fact that the parameter goes negative to signal disabled.
// We can't allow the slider to go negative, hence all the hoops to jump through with value and loadComplete.
Expand Down
Loading