From 452d88a7682f6378c6f828bd680b81940e009bb2 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sat, 3 Jun 2017 21:10:39 -0700 Subject: [PATCH] Change naming of overlap values --- src/PlanView/SurveyItemEditor.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PlanView/SurveyItemEditor.qml b/src/PlanView/SurveyItemEditor.qml index 7c914a2e2..9cc905257 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") } } -- 2.22.0