Skip to content

Commit

Permalink
Naming tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Jan 21, 2025
1 parent 8c18e67 commit 1537cf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/FlightDisplay/FlyViewToolStrip.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import QGroundControl.Controls
import QGroundControl.FlightDisplay

ToolStrip {
id: _root
title: qsTr("Fly")
id: _root

signal displayPreFlightChecklist

Expand Down
2 changes: 1 addition & 1 deletion src/UI/toolbar/FlightModeIndicator.qml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ RowLayout {

LabelledButton {
Layout.fillWidth: true
label: qsTr("RC Transmitter Flight Modes")
label: qsTr("RC Transmitter")
buttonText: qsTr("Configure")

onClicked: {
Expand Down
2 changes: 1 addition & 1 deletion src/UI/toolbar/MainStatusIndicator.qml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ RowLayout {
}
}

QGCLabel { Layout.fillWidth: true; text: qsTr("Initial Vehicle Setup") }
QGCLabel { Layout.fillWidth: true; text: qsTr("Vehicle Configuration") }
QGCButton {
text: qsTr("Configure")
onClicked: {
Expand Down

0 comments on commit 1537cf7

Please sign in to comment.