Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
9089a8b7
Commit
9089a8b7
authored
6 years ago
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
1cd9d7aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
GuidedActionsController.qml
src/FlightDisplay/GuidedActionsController.qml
+1
-1
No files found.
src/FlightDisplay/GuidedActionsController.qml
View file @
9089a8b7
...
@@ -65,7 +65,7 @@ Item {
...
@@ -65,7 +65,7 @@ Item {
readonly
property
string
changeAltMessage
:
qsTr
(
"
Change the altitude of the vehicle up or down.
"
)
readonly
property
string
changeAltMessage
:
qsTr
(
"
Change the altitude of the vehicle up or down.
"
)
readonly
property
string
gotoMessage
:
qsTr
(
"
Move the vehicle to the specified location.
"
)
readonly
property
string
gotoMessage
:
qsTr
(
"
Move the vehicle to the specified location.
"
)
property
string
setWaypointMessage
:
qsTr
(
"
Adjust current waypoint to %1.
"
).
arg
(
_actionData
)
property
string
setWaypointMessage
:
qsTr
(
"
Adjust current waypoint to %1.
"
).
arg
(
_actionData
)
readonly
property
string
orbitMessage
:
qsTr
(
"
Orbit the vehicle around the specified location.
Warning: WORK IN PROGRESS!
"
)
readonly
property
string
orbitMessage
:
qsTr
(
"
Orbit the vehicle around the specified location.
"
)
readonly
property
string
landAbortMessage
:
qsTr
(
"
Abort the landing sequence.
"
)
readonly
property
string
landAbortMessage
:
qsTr
(
"
Abort the landing sequence.
"
)
readonly
property
string
pauseMessage
:
qsTr
(
"
Pause the vehicle at it's current position, adjusting altitude up or down as needed.
"
)
readonly
property
string
pauseMessage
:
qsTr
(
"
Pause the vehicle at it's current position, adjusting altitude up or down as needed.
"
)
readonly
property
string
mvPauseMessage
:
qsTr
(
"
Pause all vehicles at their current position.
"
)
readonly
property
string
mvPauseMessage
:
qsTr
(
"
Pause all vehicles at their current position.
"
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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