Browse Source

Merge pull request #876 from luke-jr/signmsg_desc

Sign message description changes discussed in #bitcoin-dev
0.8
Gregory Maxwell 13 years ago
parent
commit
f50f36d4db
  1. 2
      src/qt/forms/messagepage.ui

2
src/qt/forms/messagepage.ui

@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
<item>
<widget class="QLabel" name="labelExplanation">
<property name="text">
<string>You can sign messages with your addresses to prove you own them. Be careful to only sign statements you agree to with full details, as phishing attacks may try to trick you into signing access to them.</string>
<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>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>

Loading…
Cancel
Save