Browse Source

"public master key" to master public key

Fixed the order of these two words
283
rdymac 12 years ago
parent
commit
198d6a810a
  1. 2
      lib/gui_lite.py

2
lib/gui_lite.py

@ -906,7 +906,7 @@ class MiniActuator:
def copy_master_public_key(self): def copy_master_public_key(self):
master_pubkey = self.wallet.master_public_key master_pubkey = self.wallet.master_public_key
qApp.clipboard().setText(master_pubkey) 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): def acceptbit(self, currency):

Loading…
Cancel
Save