mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-22 07:42:40 +02:00
Changed tooltips of receive form to highlight difference between Label and Message
This commit is contained in:
@ -63,7 +63,7 @@
|
|||||||
<item row="4" column="2">
|
<item row="4" column="2">
|
||||||
<widget class="QLineEdit" name="reqLabel">
|
<widget class="QLineEdit" name="reqLabel">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>An optional label to associate with the new receiving address.</string>
|
<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>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -93,7 +93,7 @@
|
|||||||
<item row="6" column="2">
|
<item row="6" column="2">
|
||||||
<widget class="QLineEdit" name="reqMessage">
|
<widget class="QLineEdit" name="reqMessage">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<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>
|
<string>An optional message that is attached to the payment request and may be displayed to the sender.</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Reference in New Issue
Block a user