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
de5ee10f
Commit
de5ee10f
authored
Jun 27, 2019
by
Patrick José Pereira
Browse files
AirmapSettings: Do not translate empty string
Signed-off-by:
Patrick José Pereira
<
patrickelectric@gmail.com
>
parent
979a3f0f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Airmap/AirmapSettings.qml
View file @
de5ee10f
...
@@ -205,7 +205,7 @@ Item {
...
@@ -205,7 +205,7 @@ Item {
return
qsTr
(
"
Not Connected
"
)
return
qsTr
(
"
Not Connected
"
)
switch
(
_authStatus
)
{
switch
(
_authStatus
)
{
case
AirspaceManager
.
Unknown
:
case
AirspaceManager
.
Unknown
:
return
qsTr
(
""
)
return
""
case
AirspaceManager
.
Anonymous
:
case
AirspaceManager
.
Anonymous
:
return
qsTr
(
"
Anonymous
"
)
return
qsTr
(
"
Anonymous
"
)
case
AirspaceManager
.
Authenticated
:
case
AirspaceManager
.
Authenticated
:
...
...
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