Commit fe7f3e93 authored by DonLakeFlyer's avatar DonLakeFlyer

Label changes

parent a7779df7
...@@ -101,7 +101,7 @@ SetupPage { ...@@ -101,7 +101,7 @@ SetupPage {
columnSpacing: _margins columnSpacing: _margins
rowSpacing: _margins rowSpacing: _margins
columns: 2 columns: 2
QGCLabel { text: qsTr("Battery low:") } QGCLabel { text: qsTr("Battery low action:") }
FactComboBox { FactComboBox {
fact: _failsafeBattLowAct fact: _failsafeBattLowAct
indexModel: false indexModel: false
...@@ -109,7 +109,7 @@ SetupPage { ...@@ -109,7 +109,7 @@ SetupPage {
} }
QGCLabel { QGCLabel {
text: qsTr("Battery critical:") text: qsTr("Battery critical action:")
visible: _failsafeBattCritActAvailable visible: _failsafeBattCritActAvailable
} }
FactComboBox { FactComboBox {
...@@ -173,7 +173,7 @@ SetupPage { ...@@ -173,7 +173,7 @@ SetupPage {
columns: 2 columns: 2
visible: _batt2MonitorEnabled && _failsafeBatt2LowActAvailable visible: _batt2MonitorEnabled && _failsafeBatt2LowActAvailable
QGCLabel { text: qsTr("Battery low:") } QGCLabel { text: qsTr("Battery low action:") }
FactComboBox { FactComboBox {
fact: _failsafeBatt2LowAct fact: _failsafeBatt2LowAct
indexModel: false indexModel: false
...@@ -181,7 +181,7 @@ SetupPage { ...@@ -181,7 +181,7 @@ SetupPage {
} }
QGCLabel { QGCLabel {
text: qsTr("Battery critical:") text: qsTr("Battery critical action:")
} }
FactComboBox { FactComboBox {
fact: _failsafeBatt2CritAct 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