aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authordannmat <mattwardiom>2019-11-11 22:28:37 +0000
committerdannmat <mattwardiom>2019-11-17 12:00:06 +0000
commit8944c1d340ac2be45b505ada7e187b770b0b036f (patch)
tree7c5947b3c260d5a685fd6f5ddbf99772152e35a0 /src/qt/forms
parenteb292af309aa57f3d7998b01307dd4cb91702908 (diff)
downloadbitcoin-8944c1d340ac2be45b505ada7e187b770b0b036f.tar.xz
Changed tooltips of receive form to highlight difference between Label and Message
Diffstat (limited to 'src/qt/forms')
-rw-r--r--src/qt/forms/receivecoinsdialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/receivecoinsdialog.ui b/src/qt/forms/receivecoinsdialog.ui
index 0214356eaa..64f52fcf45 100644
--- a/src/qt/forms/receivecoinsdialog.ui
+++ b/src/qt/forms/receivecoinsdialog.ui
@@ -63,7 +63,7 @@
<item row="4" column="2">
<widget class="QLineEdit" name="reqLabel">
<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>
</widget>
</item>
@@ -93,7 +93,7 @@
<item row="6" column="2">
<widget class="QLineEdit" name="reqMessage">
<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>
</widget>
</item>