2018-04-19 15:47:41 +02:00
|
|
|
from electrum.i18n import _
|
|
|
|
|
|
2018-12-10 23:00:50 +01:00
|
|
|
fullname = _('Revealer Backup Utility')
|
2018-04-19 15:47:41 +02:00
|
|
|
description = ''.join(["<br/>",
|
|
|
|
|
"<b>"+_("Do you have something to hide ?")+"</b>", '<br/>', '<br/>',
|
2021-06-21 19:26:52 +02:00
|
|
|
_("This plug-in allows you to create a visually encrypted backup of your wallet seeds, or of custom alphanumeric secrets."), '<br/>'])
|
2018-04-19 15:47:41 +02:00
|
|
|
available_for = ['qt']
|
|
|
|
|
|
|
|
|
|
|