diff options
author | Gregory Maxwell <gmaxwell@gmail.com> | 2012-04-05 19:21:03 -0700 |
---|---|---|
committer | Gregory Maxwell <gmaxwell@gmail.com> | 2012-04-05 19:21:03 -0700 |
commit | 9682087b65b820f24579871946731445302a1a5a (patch) | |
tree | fb6b2e80bbf8de04360b2e8611a825416b0deb4b | |
parent | 3acee27b14827d28e2ff930d69f675d94bcc3a69 (diff) | |
parent | f9781fc62ef4e1c1d0481b8a6c1d24b811247ea3 (diff) |
Merge pull request #1051 from graingert/patch-1
Change sign message bitcoin address tooltip to "The address to sign the ...
-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 131e15bdb3..8bd6d8b54b 100644 --- a/src/qt/forms/messagepage.ui +++ b/src/qt/forms/messagepage.ui @@ -35,7 +35,7 @@ <item> <widget class="QValidatedLineEdit" name="signFrom"> <property name="toolTip"> - <string>The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string> + <string>The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string> </property> <property name="maxLength"> <number>34</number> |