aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/signverifymessagedialog.ui
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-01-13 10:01:36 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-01-13 10:02:35 +0100
commitc5380a90454dbd8ea342d5b3de90c913d9664b0b (patch)
treeba30fd3a492e542142e35f5044b556133132c515 /src/qt/forms/signverifymessagedialog.ui
parent90c71548c795787b008bc337cb9332f75d1bccdb (diff)
parentb468e81443b95ab31384bc7f2d7bc927ce86d838 (diff)
downloadbitcoin-c5380a90454dbd8ea342d5b3de90c913d9664b0b.tar.xz
Merge pull request #5144
b468e81 Qt: Clarify sign/verify dialog text to specifically state that these messages only prove one receives with the address in question, and makes no claim to sender of transactions (Luke Dashjr)
Diffstat (limited to 'src/qt/forms/signverifymessagedialog.ui')
-rw-r--r--src/qt/forms/signverifymessagedialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/signverifymessagedialog.ui b/src/qt/forms/signverifymessagedialog.ui
index 40b2da3228..92f6430c51 100644
--- a/src/qt/forms/signverifymessagedialog.ui
+++ b/src/qt/forms/signverifymessagedialog.ui
@@ -30,7 +30,7 @@
<item>
<widget class="QLabel" name="infoLabel_SM">
<property name="text">
- <string>You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to.</string>
+ <string>You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to.</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
@@ -237,7 +237,7 @@
<item>
<widget class="QLabel" name="infoLabel_VM">
<property name="text">
- <string>Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack.</string>
+ <string>Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction!</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>