Merge branch 'master' of github.com:spesmilo/electrum

This commit is contained in:
thomasv 2013-02-22 13:40:52 +01:00
commit b1f33015af
1 changed files with 1 additions and 1 deletions

View File

@ -905,7 +905,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 master public 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):