Commit 452d88a7 authored by Don Gagne's avatar Don Gagne

Change naming of overlap values

parent d7785345
...@@ -364,11 +364,11 @@ Rectangle { ...@@ -364,11 +364,11 @@ Rectangle {
Item { Layout.fillWidth: true } Item { Layout.fillWidth: true }
QGCLabel { QGCLabel {
Layout.preferredWidth: _root._fieldWidth Layout.preferredWidth: _root._fieldWidth
text: qsTr("Frontal") text: qsTr("Front Lap")
} }
QGCLabel { QGCLabel {
Layout.preferredWidth: _root._fieldWidth Layout.preferredWidth: _root._fieldWidth
text: qsTr("Side") text: qsTr("Side Lap")
} }
} }
......
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