mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-06 14:19:59 -05:00
Changed tooltips of receive form to highlight difference between Label and Message
This commit is contained in:
parent
eb292af309
commit
8944c1d340
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue