Browse Source

typo: where->were

master
thomasv 13 years ago
parent
commit
4b74faea1e
  1. 2
      gui/gui_classic.py

2
gui/gui_classic.py

@ -1788,7 +1788,7 @@ class ElectrumWindow(QMainWindow):
for key, value in json.loads(data).items(): for key, value in json.loads(data).items():
self.wallet.labels[key] = value self.wallet.labels[key] = value
self.wallet.save() self.wallet.save()
QMessageBox.information(None, _("Labels imported"), _("Your labels where imported from")+" '%s'" % str(labelsFile)) QMessageBox.information(None, _("Labels imported"), _("Your labels were imported from")+" '%s'" % str(labelsFile))
except (IOError, os.error), reason: except (IOError, os.error), reason:
QMessageBox.critical(None, _("Unable to import labels"), _("Electrum was unable to import your labels.")+"\n" + str(reason)) QMessageBox.critical(None, _("Unable to import labels"), _("Electrum was unable to import your labels.")+"\n" + str(reason))

Loading…
Cancel
Save