aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/sendcoinsentry.ui
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-01-22 13:53:16 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-01-24 11:37:20 +0100
commit57feb1ba5ae301521973fc0d038af398eb4ecc02 (patch)
tree2001d038dd44f6d47938fa1981f09862039a3c13 /src/qt/forms/sendcoinsentry.ui
parentfe87b207177a3faf265693b991bc9d8d61e112a0 (diff)
downloadbitcoin-57feb1ba5ae301521973fc0d038af398eb4ecc02.tar.xz
ui: Clarify help messages for 'message' fields
Add or amend tooltips to clarify what the message is for and that it doesn't go over the network.
Diffstat (limited to 'src/qt/forms/sendcoinsentry.ui')
-rw-r--r--src/qt/forms/sendcoinsentry.ui3
1 files changed, 3 insertions, 0 deletions
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>