Browse Source

APMSafetyComponentSub: Fix qsTr code layout

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
QGC4.4
Patrick José Pereira 4 years ago committed by Don Gagne
parent
commit
cb68e757f2
  1. 2
      src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml

2
src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml

@ -123,7 +123,7 @@ SetupPage { @@ -123,7 +123,7 @@ SetupPage {
}
QGCLabel {
text: qsTr( "Detector Pin:")
text: qsTr("Detector Pin:")
width: failsafeSettings._labelWidth
anchors.verticalCenter: leakEnableCombo.verticalCenter
visible: leakEnableCombo.currentIndex != 0

Loading…
Cancel
Save