Merge pull request #54 from birla/master

Fixed coin name (Bitcoin to DogeCoin)
This commit is contained in:
dogecoin 2013-12-30 17:52:11 -08:00
commit 56a13e85cb

View file

@ -99,7 +99,7 @@
<item>
<widget class="QPushButton" name="signMessage">
<property name="toolTip">
<string>Sign a message to prove you own a Bitcoin address</string>
<string>Sign a message to prove you own a DogeCoin address</string>
</property>
<property name="text">
<string>&amp;Sign Message</string>
@ -113,7 +113,7 @@
<item>
<widget class="QPushButton" name="verifyMessage">
<property name="toolTip">
<string>Verify a message to ensure it was signed with a specified Bitcoin address</string>
<string>Verify a message to ensure it was signed with a specified DogeCoin address</string>
</property>
<property name="text">
<string>&amp;Verify Message</string>