diff options
| author | Gregory Maxwell <[email protected]> | 2012-02-19 21:24:20 -0800 |
|---|---|---|
| committer | Gregory Maxwell <[email protected]> | 2012-02-19 21:24:20 -0800 |
| commit | f50f36d4dbf9834fd722f8da9e950d0cd874145f (patch) | |
| tree | 36657f0b2f4e05c098bfc59f3b0d02b3e2fb78a7 /src | |
| parent | Typo fix (diff) | |
| parent | Sign message description changes discussed in #bitcoin-dev (diff) | |
| download | discoin-f50f36d4dbf9834fd722f8da9e950d0cd874145f.tar.xz discoin-f50f36d4dbf9834fd722f8da9e950d0cd874145f.zip | |
Merge pull request #876 from luke-jr/signmsg_desc
Sign message description changes discussed in #bitcoin-dev
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/forms/messagepage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/messagepage.ui b/src/qt/forms/messagepage.ui index a11725677..131e15bdb 100644 --- a/src/qt/forms/messagepage.ui +++ b/src/qt/forms/messagepage.ui @@ -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> |