tRevealer: Fix typo - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 0caf8e30cd70848baf9c83bfc52fb3063df91386 DIR parent 019566b383cf3852897010ddce3e110f4f45e571 HTML Author: Johann Bauer <bauerj@bauerj.eu> Date: Sat, 12 Jan 2019 22:06:47 +0100 Revealer: Fix typo Diffstat: M electrum/plugins/revealer/qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/plugins/revealer/qt.py b/electrum/plugins/revealer/qt.py t@@ -113,7 +113,7 @@ class Plugin(RevealerPlugin): self.load_noise.textChanged.connect(self.on_edit) self.load_noise.setMaximumHeight(33) self.hbox.addLayout(vbox) - vbox.addWidget(WWLabel(_("or type a existing revealer code below and click 'next':"))) + vbox.addWidget(WWLabel(_("or type an existing revealer code below and click 'next':"))) vbox.addWidget(self.load_noise) vbox.addSpacing(3) self.next_button = QPushButton(_("Next"), self.d)