summaryrefslogtreecommitdiff
path: root/gui/qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-06-01 17:40:59 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-06-01 17:40:59 +0200
commit0a4cfd33abd3a664c5d869f0c97023ada9679020 (patch)
tree4b5c5695f511db951badac7d9cae067956fd388e /gui/qml
parent30c85e072282e9a66c5ff940bf9f84e21beb5238 (diff)
[i18n] update locales
Diffstat (limited to 'gui/qml')
-rw-r--r--gui/qml/VpnState.qml5
-rw-r--r--gui/qml/main.qml2
2 files changed, 5 insertions, 2 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 {
diff --git a/gui/qml/main.qml b/gui/qml/main.qml
index cba12a1..2573323 100644
--- a/gui/qml/main.qml
+++ b/gui/qml/main.qml
@@ -320,7 +320,7 @@ ApplicationWindow {
MenuItem {
id: autoSelectionItem
- text: qsTr("Best")
+ text: qsTr("Recommended")
checkable: true
checked: !isManualLocation()
onTriggered: {