Skip to content

Commit d558b05

Browse files
qml, component: Fix labelling on ProxySettings
Follow-up from #391 (comment). Removing redundant Tor Proxy description from the top Default Proxy header label. Rewording Tor Proxy description to be consistent with the top header label.
1 parent b6bf91f commit d558b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qml/components/ProxySettings.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ColumnLayout {
1414
center: false
1515
header: qsTr("Default Proxy")
1616
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.")
1818
descriptionSize: 15
1919
Layout.bottomMargin: 10
2020
}
@@ -61,7 +61,7 @@ ColumnLayout {
6161
center: false
6262
header: qsTr("Tor Proxy")
6363
headerSize: 24
64-
description: qsTr("Enable to run Tor connections through a dedicated proxy.")
64+
description: qsTr("Run Tor connections through a dedicated proxy.")
6565
descriptionSize: 15
6666
Layout.topMargin: 35
6767
Layout.bottomMargin: 10

0 commit comments

Comments
 (0)