diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-12-01 16:13:09 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-12-01 16:13:42 +0100 |
commit | 2f68e5256a746339f723f468d4f41c4fe9f760d7 (patch) | |
tree | ee70d3efe4611c3061c649f22b8455bfd21c4336 /gui/components | |
parent | 58b15c89c7d4504730278e22b1a77684c2e9e83b (diff) |
[i18n] ellipsis
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 |