"public master key" to master public key
authorrdymac <rdy@aol.es>
Tue, 15 Jan 2013 23:59:22 +0000 (00:59 +0100)
committerrdymac <rdy@aol.es>
Tue, 15 Jan 2013 23:59:22 +0000 (00:59 +0100)
Fixed the order of these two words

lib/gui_lite.py

index 733aaa4..c7e2bdc 100644 (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):