diff options
Diffstat (limited to 'gui/components/Locations.qml')
-rw-r--r-- | gui/components/Locations.qml | 2 |
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") |