URI: 
       t[Revealer] Fix spelling mistake - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 424430723b6f7d8f0bf691eb634bbe5c3dff1235
   DIR parent 2f789468ea6d04e5024d6f1c41c88ab0ba38d06e
  HTML Author: Johann Bauer <bauerj@bauerj.eu>
       Date:   Tue,  8 Jan 2019 17:22:53 +0100
       
       t[Revealer] Fix spelling mistake
       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@@ -170,7 +170,7 @@ class Plugin(RevealerPlugin):
                code_id = self.versioned_seed.checksum
                dialog.show_message(''.join([_("{} encrypted for Revealer {}_{} saved as PNG and PDF at: ").format(self.was, version, code_id),
                                             "<b>", self.get_path_to_revealer_file(), "</b>", "<br/>",
       -                                     "<br/>", "<b>", _("Always check you backups.")]),
       +                                     "<br/>", "<b>", _("Always check your backups.")]),
                                    rich_text=True)
                dialog.close()