From ff499429df1e72a16da0ab266f61a43cae75db4e Mon Sep 17 00:00:00 2001 From: Rustom Jehangir Date: Wed, 16 Nov 2016 10:48:10 -0800 Subject: [PATCH] Improve Sub's leak sensor labeling for better clarity. --- src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml b/src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml index affae19..12f8103 100644 --- a/src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml +++ b/src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml @@ -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 { anchors.margins: _margins anchors.left: parent.left anchors.top: leakPinLabel.bottom - text: qsTr("Logic:") + text: qsTr("Logic (when dry):") } FactComboBox {