diff options
Diffstat (limited to 'gui/components')
-rw-r--r-- | gui/components/Locations.qml | 2 | ||||
-rw-r--r-- | gui/components/Preferences.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/components/Locations.qml b/gui/components/Locations.qml index 30a34e5..aa315f3 100644 --- a/gui/components/Locations.qml +++ b/gui/components/Locations.qml @@ -28,7 +28,7 @@ ThemedPage { //: Location Selection: label for radio buttons that selects manually property var manualSelectionLabel: qsTr("Manually select") //: A little display to signal that the clicked gateway is being switched to - property var switchingLocationLabel: qsTr("Switching gateways...") + property var switchingLocationLabel: qsTr("Switching gateway…") //: Subtitle to explain that only bridge locations are shown in the selector property var onlyBridgesWarning: qsTr("Only locations with bridges") diff --git a/gui/components/Preferences.qml b/gui/components/Preferences.qml index 546ff8b..31e1bc6 100644 --- a/gui/components/Preferences.qml +++ b/gui/components/Preferences.qml @@ -141,7 +141,7 @@ ThemedPage { } Label { - text: qsTr("UDP can make the VPN faster. It might be blocked on some networks") + text: qsTr("UDP can make the VPN faster. It might be blocked on some networks.") width: parent.width color: "gray" visible: true |