Skip to content

Commit 26744ae

Browse files
committed
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
2 parents 36191a8 + 8944c1d commit 26744ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/forms/receivecoinsdialog.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<item row="4" column="2">
6464
<widget class="QLineEdit" name="reqLabel">
6565
<property name="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>
6767
</property>
6868
</widget>
6969
</item>
@@ -93,7 +93,7 @@
9393
<item row="6" column="2">
9494
<widget class="QLineEdit" name="reqMessage">
9595
<property name="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>
9797
</property>
9898
</widget>
9999
</item>

0 commit comments

Comments
 (0)