Browse Source

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.
283
rdymac 12 years ago
parent
commit
7fe0130a95
  1. 2
      gui/gui_classic.py

2
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

Loading…
Cancel
Save