Unverified Commit 17a4d3d9 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6499 from DonLakeFlyer/GroundRes

CameraCalc: Image Density -> Ground Res
parents 9160c898 cb7ead42
......@@ -234,7 +234,7 @@ Column {
QGCRadioButton {
id: fixedImageDensityRadio
text: qsTr("Image density")
text: qsTr("Ground Res")
checked: !cameraCalc.valueSetIsDistance.value
exclusiveGroup: fixedValueGroup
onClicked: cameraCalc.valueSetIsDistance.value = 0
......
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