From 2ef60b906ffb75e68ab0e50c7cd5cc5321acb226 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 16 Mar 2023 17:09:16 +0100 Subject: [PATCH] Reword proxy question. The second alternative in previous phrase can be misinterpreted as: 'Do you want to connect to the internet through an ISP?' --- electrum/gui/qml/components/wizard/WCProxyAsk.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qml/components/wizard/WCProxyAsk.qml b/electrum/gui/qml/components/wizard/WCProxyAsk.qml index 02dd9d3bc..23cf51182 100644 --- a/electrum/gui/qml/components/wizard/WCProxyAsk.qml +++ b/electrum/gui/qml/components/wizard/WCProxyAsk.qml @@ -17,7 +17,7 @@ WizardComponent { Label { Layout.fillWidth: true - text: qsTr('Do you want to connect through TOR, or through another service to reach to the internet?') + text: qsTr('Do you use a local proxy service such as TOR to reach the internet?') wrapMode: Text.Wrap }