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 bitcoin#17446: gui: Changed tooltip for 'Label' & 'Message' text fields to be more clear
8944c1d Changed tooltips of receive form to highlight difference between Label and Message (dannmat)
Pull request description:
I have changed the tooltips for 'Label' & 'Message' text fields to be more clear, stating the difference between the two (bitcoin#17173)
ACKs for top commit:
MarcoFalke:
ACK 8944c1d
laanwj:
ACK 8944c1d
Tree-SHA512: 7fbea4d3c4416264ae6c146d51d29958c418a278bdd6744133db0b684ad7a9413178c005592aa21a81d127f3f3a8583fc5de00078239db08e6f101f657a5dd3a
Copy file name to clipboardExpand all lines: src/qt/forms/receivecoinsdialog.ui
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@
63
63
<itemrow="4"column="2">
64
64
<widgetclass="QLineEdit"name="reqLabel">
65
65
<propertyname="toolTip">
66
-
<string>An optional label to associate with the new receiving address.</string>
66
+
<string>An optional label to associate with the new receiving address (used by you to identify an invoice). It is also attached to the payment request.</string>
67
67
</property>
68
68
</widget>
69
69
</item>
@@ -93,7 +93,7 @@
93
93
<itemrow="6"column="2">
94
94
<widgetclass="QLineEdit"name="reqMessage">
95
95
<propertyname="toolTip">
96
-
<string>An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network.</string>
96
+
<string>An optional message that is attached to the payment request and may be displayed to the sender.</string>
0 commit comments