From 4b74faea1e66bbbe00a5be7aef69e629408e2182 Mon Sep 17 00:00:00 2001 From: thomasv Date: Sat, 16 Mar 2013 14:04:46 +0100 Subject: [PATCH] typo: where->were --- gui/gui_classic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui_classic.py b/gui/gui_classic.py index 88cff2b68..ef2958b27 100644 --- a/gui/gui_classic.py +++ b/gui/gui_classic.py @@ -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))