1
0

Reword proxy question.

The second alternative in previous phrase can be misinterpreted as:
'Do you want to connect to the internet through an ISP?'
This commit is contained in:
ThomasV
2023-03-16 17:09:16 +01:00
parent 0a5d18634c
commit 2ef60b906f

View File

@@ -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
}