Browse Source

Improve Sub's leak sensor labeling for better clarity.

QGC4.4
Rustom Jehangir 9 years ago
parent
commit
ff499429df
  1. 4
      src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml

4
src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml

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

Loading…
Cancel
Save