Colon not in use
authorrdymac <rdy@aol.es>
Tue, 12 Mar 2013 01:02:09 +0000 (02:02 +0100)
committerrdymac <rdy@aol.es>
Tue, 12 Mar 2013 01:02:09 +0000 (02:02 +0100)
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

index 4bd0cac..09f5904 100644 (file)
@@ -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