Commit fe7f3e93 authored by DonLakeFlyer's avatar DonLakeFlyer

Label changes

parent a7779df7
......@@ -101,7 +101,7 @@ SetupPage {
columnSpacing: _margins
rowSpacing: _margins
columns: 2
QGCLabel { text: qsTr("Battery low:") }
QGCLabel { text: qsTr("Battery low action:") }
FactComboBox {
fact: _failsafeBattLowAct
indexModel: false
......@@ -109,7 +109,7 @@ SetupPage {
}
QGCLabel {
text: qsTr("Battery critical:")
text: qsTr("Battery critical action:")
visible: _failsafeBattCritActAvailable
}
FactComboBox {
......@@ -173,7 +173,7 @@ SetupPage {
columns: 2
visible: _batt2MonitorEnabled && _failsafeBatt2LowActAvailable
QGCLabel { text: qsTr("Battery low:") }
QGCLabel { text: qsTr("Battery low action:") }
FactComboBox {
fact: _failsafeBatt2LowAct
indexModel: false
......@@ -181,7 +181,7 @@ SetupPage {
}
QGCLabel {
text: qsTr("Battery critical:")
text: qsTr("Battery critical action:")
}
FactComboBox {
fact: _failsafeBatt2CritAct
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment