Skip to content

Commit 9c8f365

Browse files
committed
Merge #10911: [qt] Fix typo and access key in optionsdialog.ui
d2be7b2 Typo in optionsdialog.ui Tooltip displayed ampersand incorrectly, & should be in text. (James Evans) Pull request description: Tooltip displayed ampersand incorrectly, & should be in text property rather than tooltip so that access key is correctly displayed for accessibility. Tree-SHA512: 331848207317d37d4d9db40119d0b7ae9a276d06cd1b057cd0e87d508e1aa769b785246ca30ca9156db632798ec9f68ba8bf78cf42904267b4187bd27cfced35
2 parents 2a56baf + d2be7b2 commit 9c8f365

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/qt/forms/optionsdialog.ui

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@
199199
<item>
200200
<widget class="QCheckBox" name="allowIncoming">
201201
<property name="toolTip">
202-
<string>Accept connections from outside</string>
202+
<string>Accept connections from outside.</string>
203203
</property>
204204
<property name="text">
205-
<string>Allow incoming connections</string>
205+
<string>Allow incomin&amp;g connections</string>
206206
</property>
207207
</widget>
208208
</item>
@@ -399,7 +399,7 @@
399399
<string>Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services.</string>
400400
</property>
401401
<property name="text">
402-
<string>Use separate SOCKS5 proxy to reach peers via Tor hidden services:</string>
402+
<string>Use separate SOCKS&amp;5 proxy to reach peers via Tor hidden services:</string>
403403
</property>
404404
</widget>
405405
</item>
@@ -507,10 +507,10 @@
507507
<item>
508508
<widget class="QCheckBox" name="hideTrayIcon">
509509
<property name="toolTip">
510-
<string>&amp;Hide the icon from the system tray.</string>
510+
<string>Hide the icon from the system tray.</string>
511511
</property>
512512
<property name="text">
513-
<string>Hide tray icon</string>
513+
<string>&amp;Hide tray icon</string>
514514
</property>
515515
</widget>
516516
</item>
@@ -610,7 +610,7 @@
610610
<string>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</string>
611611
</property>
612612
<property name="text">
613-
<string>Third party transaction URLs</string>
613+
<string>&amp;Third party transaction URLs</string>
614614
</property>
615615
<property name="buddy">
616616
<cstring>thirdPartyTxUrls</cstring>

0 commit comments

Comments
 (0)