Browse Source

Wording changes

QGC4.4
DonLakeFlyer 8 years ago
parent
commit
cf48a20c34
  1. 7
      src/PlanView/SurveyItemEditor.qml

7
src/PlanView/SurveyItemEditor.qml

@ -418,11 +418,10 @@ Rectangle {
} }
QGCLabel { QGCLabel {
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
font.pointSize: ScreenTools.smallFontPointSize text: qsTr("Select one:")
text: qsTr("Which value would you like to keep constant as you adjust other settings")
Layout.preferredWidth: parent.width Layout.preferredWidth: parent.width
Layout.columnSpan: 2 Layout.columnSpan: 2
} }
QGCRadioButton { QGCRadioButton {

Loading…
Cancel
Save