Merge pull request #109 from rdymac/patch-10

"public master key" to master public key
This commit is contained in:
ThomasV 2013-01-15 21:42:40 -08:00
commit 2c3ce56e42
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ class MiniActuator:
def copy_master_public_key(self):
master_pubkey = self.wallet.master_public_key
qApp.clipboard().setText(master_pubkey)
QMessageBox.information(None,"Copy successful", "Your public master key has been copied to your clipboard.")
QMessageBox.information(None,"Copy successful", "Your master public key has been copied to your clipboard.")
def acceptbit(self, currency):