mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
typo: where->were
This commit is contained in:
parent
1adbef4b25
commit
4b74faea1e
1 changed files with 1 additions and 1 deletions
|
@ -1788,7 +1788,7 @@ class ElectrumWindow(QMainWindow):
|
|||
for key, value in json.loads(data).items():
|
||||
self.wallet.labels[key] = value
|
||||
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:
|
||||
QMessageBox.critical(None, _("Unable to import labels"), _("Electrum was unable to import your labels.")+"\n" + str(reason))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue