Skip to content

Commit d0a94f2

Browse files
committed
Merge pull request #3571
57feb1b ui: Clarify help messages for 'message' fields (Wladimir J. van der Laan)
2 parents 6403c6c + 57feb1b commit d0a94f2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/qt/forms/receivecoinsdialog.ui

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@
4646
<item row="4" column="2">
4747
<widget class="QLineEdit" name="reqLabel">
4848
<property name="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>
5050
</property>
5151
</widget>
5252
</item>
5353
<item row="6" column="2">
5454
<widget class="QLineEdit" name="reqMessage">
5555
<property name="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>
5757
</property>
5858
</widget>
5959
</item>
6060
<item row="2" column="2">
6161
<widget class="QLabel" name="label_5">
6262
<property name="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 &lt;b&gt;optional&lt;/b&gt;.</string>
6464
</property>
6565
</widget>
6666
</item>
@@ -99,7 +99,7 @@
9999
</size>
100100
</property>
101101
<property name="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>
103103
</property>
104104
</widget>
105105
</item>

src/qt/forms/sendcoinsentry.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@
153153
</item>
154154
<item row="3" column="1">
155155
<widget class="QLabel" name="messageTextLabel">
156+
<property name="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>
158+
</property>
156159
<property name="textFormat">
157160
<enum>Qt::PlainText</enum>
158161
</property>

0 commit comments

Comments
 (0)