Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
8ac56bc2
Unverified
Commit
8ac56bc2
authored
Nov 11, 2019
by
Don Gagne
Committed by
GitHub
Nov 11, 2019
Browse files
Merge pull request #8014 from DonLakeFlyer/ToolNames
Polygon/Line tool name changes
parents
bffdc8d0
31ce7c04
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/QGCMapPolygonVisuals.qml
View file @
8ac56bc2
...
...
@@ -538,7 +538,7 @@ Item {
QGCButton
{
_horizontalPadding
:
0
text
:
_traceMode
?
qsTr
(
"
Done Tracing
"
)
:
qsTr
(
"
Trace
Polygon
"
)
text
:
_traceMode
?
qsTr
(
"
Done Tracing
"
)
:
qsTr
(
"
Trace
"
)
onClicked
:
{
if
(
_traceMode
)
{
if
(
mapPolygon
.
count
<
3
)
{
...
...
src/MissionManager/QGCMapPolylineVisuals.qml
View file @
8ac56bc2
...
...
@@ -38,7 +38,7 @@ Item {
property
real
_zorderSplitHandle
:
QGroundControl
.
zOrderMapItems
+
2
property
var
_savedVertices
:
[
]
readonly
property
string
_corridorToolsText
:
qsTr
(
"
Corridor
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
()
{
...
...
src/PlanView/CorridorScanEditor.qml
View file @
8ac56bc2
...
...
@@ -65,7 +65,7 @@ Rectangle {
QGCLabel
{
Layout.fillWidth
:
true
wrapMode
:
Text
.
WordWrap
text
:
qsTr
(
"
Use the
Corridor
Tools to create the polyline which defines the corridor.
"
)
text
:
qsTr
(
"
Use the
Polyline
Tools to create the polyline which defines the corridor.
"
)
}
QGCButton
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment