aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-01-24 11:38:06 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-01-24 11:38:13 +0100
commitd0a94f2c2f127768acd9be4c0905d40f609ba6fc (patch)
tree27256a987f9d08fc99488c9c6194e905636749ca /src/qt/forms
parent6403c6c835a3302a6ee575576be93e4104a39685 (diff)
parent57feb1ba5ae301521973fc0d038af398eb4ecc02 (diff)
downloadbitcoin-d0a94f2c2f127768acd9be4c0905d40f609ba6fc.tar.xz
Merge pull request #3571
57feb1b ui: Clarify help messages for 'message' fields (Wladimir J. van der Laan)
Diffstat (limited to 'src/qt/forms')
-rw-r--r--src/qt/forms/receivecoinsdialog.ui8
-rw-r--r--src/qt/forms/sendcoinsentry.ui3
2 files changed, 7 insertions, 4 deletions
diff --git a/src/qt/forms/receivecoinsdialog.ui b/src/qt/forms/receivecoinsdialog.ui
index 7bf01224ee..e93636ea5f 100644
--- a/src/qt/forms/receivecoinsdialog.ui
+++ b/src/qt/forms/receivecoinsdialog.ui
@@ -46,21 +46,21 @@
<item row="4" column="2">
<widget class="QLineEdit" name="reqLabel">
<property name="toolTip">
- <string>The label to associate with the new receiving address</string>
+ <string>An optional label to associate with the new receiving address</string>
</property>
</widget>
</item>
<item row="6" column="2">
<widget class="QLineEdit" name="reqMessage">
<property name="toolTip">
- <string>The message to attach to payment request</string>
+ <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>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLabel" name="label_5">
<property name="text">
- <string>Use this form to request payments. All fields are optional.</string>
+ <string>Use this form to request payments. All fields are &lt;b&gt;optional&lt;/b&gt;.</string>
</property>
</widget>
</item>
@@ -99,7 +99,7 @@
</size>
</property>
<property name="toolTip">
- <string>The amount to request</string>
+ <string>An optional amount to request. Leave this empty or zero to not request a specific amount.</string>
</property>
</widget>
</item>
diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui
index 96c922af4d..76039ce52a 100644
--- a/src/qt/forms/sendcoinsentry.ui
+++ b/src/qt/forms/sendcoinsentry.ui
@@ -153,6 +153,9 @@
</item>
<item row="3" column="1">
<widget class="QLabel" name="messageTextLabel">
+ <property name="toolTip">
+ <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>
+ </property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>