Browse Source

Reword proxy question.

The second alternative in previous phrase can be misinterpreted as:
'Do you want to connect to the internet through an ISP?'
master
ThomasV 3 years ago
parent
commit
2ef60b906f
  1. 2
      electrum/gui/qml/components/wizard/WCProxyAsk.qml

2
electrum/gui/qml/components/wizard/WCProxyAsk.qml

@ -17,7 +17,7 @@ WizardComponent {
Label { Label {
Layout.fillWidth: true 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 wrapMode: Text.Wrap
} }

Loading…
Cancel
Save