Skip to content

Commit

Permalink
[Revealer] Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
bauerj committed Jan 8, 2019
1 parent 2f78946 commit 4244307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/plugins/revealer/qt.py
Expand Up @@ -170,7 +170,7 @@ def bcrypt(self, dialog):
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()

Expand Down

0 comments on commit 4244307

Please sign in to comment.