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
Copy file name to clipboardExpand all lines: src/qt/forms/receivecoinsdialog.ui
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -46,21 +46,21 @@
46
46
<itemrow="4"column="2">
47
47
<widgetclass="QLineEdit"name="reqLabel">
48
48
<propertyname="toolTip">
49
-
<string>The label to associate with the new receiving address</string>
49
+
<string>An optional label to associate with the new receiving address</string>
50
50
</property>
51
51
</widget>
52
52
</item>
53
53
<itemrow="6"column="2">
54
54
<widgetclass="QLineEdit"name="reqMessage">
55
55
<propertyname="toolTip">
56
-
<string>The message to attach to payment request</string>
56
+
<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>
57
57
</property>
58
58
</widget>
59
59
</item>
60
60
<itemrow="2"column="2">
61
61
<widgetclass="QLabel"name="label_5">
62
62
<propertyname="text">
63
-
<string>Use this form to request payments. All fields are optional.</string>
63
+
<string>Use this form to request payments. All fields are <b>optional</b>.</string>
64
64
</property>
65
65
</widget>
66
66
</item>
@@ -99,7 +99,7 @@
99
99
</size>
100
100
</property>
101
101
<propertyname="toolTip">
102
-
<string>The amount to request</string>
102
+
<string>An optional amount to request. Leave this empty or zero to not request a specific amount.</string>
Copy file name to clipboardExpand all lines: src/qt/forms/sendcoinsentry.ui
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,9 @@
153
153
</item>
154
154
<itemrow="3"column="1">
155
155
<widgetclass="QLabel"name="messageTextLabel">
156
+
<propertyname="toolTip">
157
+
<string>A message that was attached to the Bitcoin URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network.</string>
0 commit comments