From 7fe0130a959e2a450f3e19681ed7bcef8392e6bf Mon Sep 17 00:00:00 2001 From: rdymac Date: Tue, 12 Mar 2013 02:02:09 +0100 Subject: [PATCH] Colon not in use I think that colon doesn't fit there, there's no text after that colon ':' or code to be shown as variable '%s' after it. --- gui/gui_classic.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gui/gui_classic.py b/gui/gui_classic.py index 4bd0cac..09f5904 100644 --- a/gui/gui_classic.py +++ b/gui/gui_classic.py @@ -1679,7 +1679,7 @@ class ElectrumWindow(QMainWindow): if not tx_dict["complete"]: assert "input_info" in tx_dict.keys() except: - QMessageBox.critical(None, "Unable to parse transaction", _("Electrum was unable to parse your transaction:")) + QMessageBox.critical(None, "Unable to parse transaction", _("Electrum was unable to parse your transaction")) return None return tx_dict -- 1.7.1