QMessageBox.information(None,"CSV Export created","Your CSV export has been succesfully created.")
QMessageBox.information(None,"CSV Export created","Your CSV export has been successfully created.")
except(IOError,os.error),reason:
QMessageBox.critical(None,"Unable to create csv","Electrum was unable to produce a transaction export.\n"+str(reason))
@ -600,7 +600,7 @@ class MiniWindow(QDialog):
defshow_about(self):
QMessageBox.about(self,"Electrum",
_("Electrum's focus is speed, with low resource usage and simplifying Bitcoin. You do not need to perform regular backups, because your wallet can be recovered from a secret phrase that you can memorize or write on paper. Startup times are instant because it operates in conjuction with high-performance servers that handle the most complicated parts of the Bitcoin system."))
_("Electrum's focus is speed, with low resource usage and simplifying Bitcoin. You do not need to perform regular backups, because your wallet can be recovered from a secret phrase that you can memorize or write on paper. Startup times are instant because it operates in conjunction with high-performance servers that handle the most complicated parts of the Bitcoin system."))