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.
This commit is contained in:
rdymac 2013-03-12 02:02:09 +01:00
parent c9302bcd56
commit 7fe0130a95
1 changed files with 1 additions and 1 deletions

View File

@ -1679,7 +1679,7 @@ class ElectrumWindow(QMainWindow):
if not tx_dict["complete"]: if not tx_dict["complete"]:
assert "input_info" in tx_dict.keys() assert "input_info" in tx_dict.keys()
except: 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 None
return tx_dict return tx_dict