You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/qml/components/ProxySettings.qml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ColumnLayout {
14
14
center:false
15
15
header:qsTr("Default Proxy")
16
16
headerSize:24
17
-
description:qsTr("Run peer connections through a proxy (SOCKS5) for improved privacy. The default proxy supports connections via IPv4, IPv6 and Tor. Tor connections can also be run through a separate Tor proxy.")
17
+
description:qsTr("Run peer connections through a proxy (SOCKS5) for improved privacy. The default proxy supports connections via IPv4, IPv6 and Tor.")
18
18
descriptionSize:15
19
19
Layout.bottomMargin:10
20
20
}
@@ -61,7 +61,7 @@ ColumnLayout {
61
61
center:false
62
62
header:qsTr("Tor Proxy")
63
63
headerSize:24
64
-
description:qsTr("Enable to run Tor connections through a dedicated proxy.")
64
+
description:qsTr("Run Tor connections through a dedicated proxy.")
0 commit comments