tMerge branch 'master' of github.com:spesmilo/electrum - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit b1f33015af2cc4367d95422446aebd880a5bb985 DIR parent 40b397dc0f0df7ee6f0dbaf7371ea743e0b85e85 HTML Author: thomasv <thomasv@gitorious> Date: Fri, 22 Feb 2013 13:40:52 +0100 Merge branch 'master' of github.com:spesmilo/electrum Diffstat: M lib/gui_lite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/gui_lite.py b/lib/gui_lite.py t@@ -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):