Commit de5ee10f authored by Patrick José Pereira's avatar Patrick José Pereira

AirmapSettings: Do not translate empty string

Signed-off-by: 's avatarPatrick José Pereira <patrickelectric@gmail.com>
parent 979a3f0f
......@@ -205,7 +205,7 @@ Item {
return qsTr("Not Connected")
switch(_authStatus) {
case AirspaceManager.Unknown:
return qsTr("")
return ""
case AirspaceManager.Anonymous:
return qsTr("Anonymous")
case AirspaceManager.Authenticated:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment