summaryrefslogtreecommitdiff
path: root/gui/components/Locations.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-12-01 16:13:09 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-12-01 16:13:42 +0100
commit2f68e5256a746339f723f468d4f41c4fe9f760d7 (patch)
treeee70d3efe4611c3061c649f22b8455bfd21c4336 /gui/components/Locations.qml
parent58b15c89c7d4504730278e22b1a77684c2e9e83b (diff)
[i18n] ellipsis
Diffstat (limited to 'gui/components/Locations.qml')
-rw-r--r--gui/components/Locations.qml2
1 files changed, 1 insertions, 1 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")