diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-06-01 17:40:59 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-06-01 17:40:59 +0200 |
commit | 0a4cfd33abd3a664c5d869f0c97023ada9679020 (patch) | |
tree | 4b5c5695f511db951badac7d9cae067956fd388e /gui/qml/VpnState.qml | |
parent | 30c85e072282e9a66c5ff940bf9f84e21beb5238 (diff) |
[i18n] update locales
Diffstat (limited to 'gui/qml/VpnState.qml')
-rw-r--r-- | gui/qml/VpnState.qml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/qml/VpnState.qml b/gui/qml/VpnState.qml index 481d68e..b18d6b5 100644 --- a/gui/qml/VpnState.qml +++ b/gui/qml/VpnState.qml @@ -103,13 +103,14 @@ StateGroup { //: %1 -> location to which the client is connected to qsTr("Recommended (%1)").arg(locationStr()) } else { + //: Clickable item to switch to the recommended location qsTr("Recommended") } } } PropertyChanges { target: mainStatus - text: qsTr("Connecting...") + text: qsTr("Connecting…") } PropertyChanges { target: mainCurrentGateway @@ -129,6 +130,7 @@ StateGroup { } PropertyChanges { target: autoSelectionItem + //: Clickable item to switch to the recommended location text: qsTr("Recommended") } PropertyChanges { @@ -153,6 +155,7 @@ StateGroup { } PropertyChanges { target: autoSelectionItem + //: Clickable item to swicth to the recommended location text: qsTr("Recommended") } PropertyChanges { |