1
0

[Revealer] Fix spelling mistake

This commit is contained in:
Johann Bauer
2019-01-08 17:22:53 +01:00
committed by GitHub
parent 2f789468ea
commit 424430723b

View File

@@ -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()