Commit 31ce7c04 authored by DonLakeFlyer's avatar DonLakeFlyer

parent 8784c146
...@@ -38,7 +38,7 @@ Item { ...@@ -38,7 +38,7 @@ Item {
property real _zorderSplitHandle: QGroundControl.zOrderMapItems + 2 property real _zorderSplitHandle: QGroundControl.zOrderMapItems + 2
property var _savedVertices: [ ] property var _savedVertices: [ ]
readonly property string _corridorToolsText: qsTr("PolyLine Tools") readonly property string _corridorToolsText: qsTr("Polyline Tools")
readonly property string _traceText: qsTr("Click in the map to add vertices. Click 'Done Tracing' when finished.") readonly property string _traceText: qsTr("Click in the map to add vertices. Click 'Done Tracing' when finished.")
function _addCommonVisuals() { function _addCommonVisuals() {
......
...@@ -65,7 +65,7 @@ Rectangle { ...@@ -65,7 +65,7 @@ Rectangle {
QGCLabel { QGCLabel {
Layout.fillWidth: true Layout.fillWidth: true
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
text: qsTr("Use the PolyLine Tools to create the polyline which defines the corridor.") text: qsTr("Use the Polyline Tools to create the polyline which defines the corridor.")
} }
QGCButton { QGCButton {
......
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