Skip to content
Snippets Groups Projects
Commit 452d88a7 authored by Don Gagne's avatar Don Gagne
Browse files

Change naming of overlap values

parent d7785345
No related branches found
No related tags found
No related merge requests found
...@@ -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")
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment