Merge pull request #159 from rdymac/patch-3

Colon not in use
This commit is contained in:
ThomasV 2013-03-12 06:25:37 -07:00
commit a13f5f0fc9
1 changed files with 1 additions and 1 deletions

View 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