diff --git a/src/AutoPilotPlugins/APM/APMCameraComponent.qml b/src/AutoPilotPlugins/APM/APMCameraComponent.qml index b6e819d9ea1ccf05527b5f2336edf2b83589da21..792ecf856572f2d8ac2eb90acbf813f9bc22d2ae 100644 --- a/src/AutoPilotPlugins/APM/APMCameraComponent.qml +++ b/src/AutoPilotPlugins/APM/APMCameraComponent.qml @@ -301,7 +301,7 @@ QGCView { anchors.margins: _margins anchors.left: mountAngLabel.right anchors.baseline: mountAngMinField.baseline - text: "min" + text: qsTr("min") enabled: directionEnabled } @@ -409,7 +409,7 @@ QGCView { anchors.margins: _margins anchors.left: parent.left anchors.baseline: gimbalTypeCombo.baseline - text: "Type:" + text: qsTr("Type:") } FactComboBox {