from electrum.i18n import _
fullname = _('Revealer Backup Utility')
description = ''.join(["
",
""+_("Do you have something to hide ?")+"", '
', '
',
_("This plug-in allows you to create a visually encrypted backup of your wallet seeds, or of custom alphanumeric secrets."), '
', '
',
_("For more information, visit"),
" https://revealer.cc", '
', '
',
])
available_for = ['qt']