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
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
Copy file name to clipboardExpand all lines: src/qt/forms/optionsdialog.ui
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -199,10 +199,10 @@
199
199
<item>
200
200
<widgetclass="QCheckBox"name="allowIncoming">
201
201
<propertyname="toolTip">
202
-
<string>Accept connections from outside</string>
202
+
<string>Accept connections from outside.</string>
203
203
</property>
204
204
<propertyname="text">
205
-
<string>Allow incoming connections</string>
205
+
<string>Allow incomin&g connections</string>
206
206
</property>
207
207
</widget>
208
208
</item>
@@ -399,7 +399,7 @@
399
399
<string>Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services.</string>
400
400
</property>
401
401
<propertyname="text">
402
-
<string>Use separate SOCKS5 proxy to reach peers via Tor hidden services:</string>
402
+
<string>Use separate SOCKS&5 proxy to reach peers via Tor hidden services:</string>
403
403
</property>
404
404
</widget>
405
405
</item>
@@ -507,10 +507,10 @@
507
507
<item>
508
508
<widgetclass="QCheckBox"name="hideTrayIcon">
509
509
<propertyname="toolTip">
510
-
<string>&Hide the icon from the system tray.</string>
510
+
<string>Hide the icon from the system tray.</string>
511
511
</property>
512
512
<propertyname="text">
513
-
<string>Hide tray icon</string>
513
+
<string>&Hide tray icon</string>
514
514
</property>
515
515
</widget>
516
516
</item>
@@ -610,7 +610,7 @@
610
610
<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>
611
611
</property>
612
612
<propertyname="text">
613
-
<string>Third party transaction URLs</string>
613
+
<string>&Third party transaction URLs</string>
0 commit comments