Browse Source

Merge pull request #4219 from bluerobotics/leakFormat

Improve Sub's leak sensor labeling for better clarity
QGC4.4
Don Gagne 9 years ago committed by GitHub
parent
commit
3874b796f4
  1. 4
      src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml

4
src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml

@ -172,7 +172,7 @@ SetupPage { @@ -172,7 +172,7 @@ SetupPage {
QGCLabel {
id: leakDetectorLabel
text: qsTr("Leak detector")
text: qsTr("Leak Detector")
font.family: ScreenTools.demiboldFontFamily
}
@ -205,7 +205,7 @@ SetupPage { @@ -205,7 +205,7 @@ SetupPage {
anchors.margins: _margins
anchors.left: parent.left
anchors.top: leakPinLabel.bottom
text: qsTr("Logic:")
text: qsTr("Logic (when dry):")
}
FactComboBox {

Loading…
Cancel
Save