diff options
| author | Pieter Wuille <[email protected]> | 2012-02-20 04:16:38 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-02-20 04:17:00 +0100 |
| commit | 9fa042a96ce7c605a8f96e99a1b142233629bb61 (patch) | |
| tree | 7c7cdb3b65590403c04e08ea0eb6514e4fe6fe6f /src/qt | |
| parent | Merge pull request #864 from sipa/fix_856 (diff) | |
| download | discoin-9fa042a96ce7c605a8f96e99a1b142233629bb61.tar.xz discoin-9fa042a96ce7c605a8f96e99a1b142233629bb61.zip | |
Typo fix
Diffstat (limited to 'src/qt')
| -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 8afa4b59d..a11725677 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 statement 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 to only sign statements you agree to with full details, as phishing attacks may try to trick you into signing access to them.</string> </property> <property name="textFormat"> <enum>Qt::AutoText</enum> |