diff options
| author | dogecoin <[email protected]> | 2014-01-03 13:21:51 -0800 |
|---|---|---|
| committer | dogecoin <[email protected]> | 2014-01-03 13:21:51 -0800 |
| commit | 36571829bb216dffb44c16dc1710c85ae3bfb0a3 (patch) | |
| tree | edbf7caa208c70294f5407af761cd9710214b7a9 | |
| parent | Merge pull request #87 from xnljfr/master (diff) | |
| parent | remove bitcoin references (diff) | |
| download | discoin-36571829bb216dffb44c16dc1710c85ae3bfb0a3.tar.xz discoin-36571829bb216dffb44c16dc1710c85ae3bfb0a3.zip | |
Merge pull request #92 from OwenVersteeg/patch-2
remove bitcoin references
| -rw-r--r-- | src/qt/forms/signverifymessagedialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/signverifymessagedialog.ui b/src/qt/forms/signverifymessagedialog.ui index 8128bdf45..0f23e18ec 100644 --- a/src/qt/forms/signverifymessagedialog.ui +++ b/src/qt/forms/signverifymessagedialog.ui @@ -145,7 +145,7 @@ <item> <widget class="QPushButton" name="signMessageButton_SM"> <property name="toolTip"> - <string>Sign the message to prove you own this Bitcoin address</string> + <string>Sign the message to prove you own this Dogecoin address</string> </property> <property name="text"> <string>&Sign Message</string> @@ -291,7 +291,7 @@ <item> <widget class="QPushButton" name="verifyMessageButton_VM"> <property name="toolTip"> - <string>Verify the message to ensure it was signed with the specified Bitcoin address</string> + <string>Verify the message to ensure it was signed with the specified Dogecoin address</string> </property> <property name="text"> <string>&Verify Message</string> |