diff --git a/src/PlanView/SurveyItemEditor.qml b/src/PlanView/SurveyItemEditor.qml index 9e9043e76206190e4a08ea290500408fd30a0778..7415c6c583b42397c3d35e13dfea8961c48b659a 100644 --- a/src/PlanView/SurveyItemEditor.qml +++ b/src/PlanView/SurveyItemEditor.qml @@ -418,11 +418,10 @@ Rectangle { } QGCLabel { - wrapMode: Text.WordWrap - font.pointSize: ScreenTools.smallFontPointSize - text: qsTr("Which value would you like to keep constant as you adjust other settings") + wrapMode: Text.WordWrap + text: qsTr("Select one:") Layout.preferredWidth: parent.width - Layout.columnSpan: 2 + Layout.columnSpan: 2 } QGCRadioButton {