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
785ef1ad
Commit
785ef1ad
authored
Sep 05, 2012
by
Lorenz Meier
Browse files
Better text for standby
parent
8030e40c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UAS.cc
View file @
785ef1ad
...
...
@@ -1758,7 +1758,7 @@ void UAS::getStatusForCode(int statusCode, QString& uasState, QString& stateDesc
break
;
case
MAV_STATE_STANDBY
:
uasState
=
tr
(
"STANDBY"
);
stateDescription
=
tr
(
"Standby mode, ready for l
iftoff
."
);
stateDescription
=
tr
(
"Standby mode, ready for l
aunch
."
);
break
;
case
MAV_STATE_CRITICAL
:
uasState
=
tr
(
"CRITICAL"
);
...
...
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