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
a042a8d1
Commit
a042a8d1
authored
May 09, 2017
by
Don Gagne
Committed by
GitHub
May 09, 2017
Browse files
Merge pull request #5123 from DonLakeFlyer/Typo
Fix typo
parents
5012275a
40cf0e14
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FlightDisplay/GuidedActionsController.qml
View file @
a042a8d1
...
...
@@ -48,7 +48,7 @@ Item {
readonly
property
string
armMessage
:
qsTr
(
"
Arm the vehicle.
"
)
readonly
property
string
disarmMessage
:
qsTr
(
"
Disarm the vehicle
"
)
readonly
property
string
emergencyStopMessage
:
qsTr
(
"
WARNING: This
st
ill stop all motors. If vehicle is currently in air it will crash.
"
)
readonly
property
string
emergencyStopMessage
:
qsTr
(
"
WARNING: This
w
ill stop all motors. If vehicle is currently in air it will crash.
"
)
readonly
property
string
takeoffMessage
:
qsTr
(
"
Takeoff from ground and hold position.
"
)
readonly
property
string
startMissionMessage
:
qsTr
(
"
Takeoff from ground and start the current mission.
"
)
readonly
property
string
continueMissionMessage
:
qsTr
(
"
Continue the mission from the current waypoint.
"
)
...
...
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