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 { @@ -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