diff --git a/src/PlanView/SurveyItemEditor.qml b/src/PlanView/SurveyItemEditor.qml index 7c914a2e2dc1f44b236c4a2b64a9e692e58b40f2..9cc905257d0208a3264075c11fe6cb61e60d20ca 100644 --- a/src/PlanView/SurveyItemEditor.qml +++ b/src/PlanView/SurveyItemEditor.qml @@ -364,11 +364,11 @@ Rectangle { Item { Layout.fillWidth: true } QGCLabel { Layout.preferredWidth: _root._fieldWidth - text: qsTr("Frontal") + text: qsTr("Front Lap") } QGCLabel { Layout.preferredWidth: _root._fieldWidth - text: qsTr("Side") + text: qsTr("Side Lap") } }