Commit 89658a57 authored by Tomaz Canabrava's avatar Tomaz Canabrava

More strings to translate

Signed-off-by: 's avatarTomaz Canabrava <tomaz.canabrava@intel.com>
parent 00145067
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment