diff options
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 { |