Browse Source

PolyLine -> Polyline

QGC4.4
DonLakeFlyer 6 years ago
parent
commit
31ce7c042d
  1. 2
      src/MissionManager/QGCMapPolylineVisuals.qml
  2. 2
      src/PlanView/CorridorScanEditor.qml

2
src/MissionManager/QGCMapPolylineVisuals.qml

@ -38,7 +38,7 @@ Item { @@ -38,7 +38,7 @@ Item {
property real _zorderSplitHandle: QGroundControl.zOrderMapItems + 2
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.")
function _addCommonVisuals() {

2
src/PlanView/CorridorScanEditor.qml

@ -65,7 +65,7 @@ Rectangle { @@ -65,7 +65,7 @@ Rectangle {
QGCLabel {
Layout.fillWidth: true
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 {

Loading…
Cancel
Save