Files
purple-electrumwallet/electrum/plugins/revealer/__init__.py
T

13 lines
469 B
Python
Raw Normal View History

2018-04-19 15:47:41 +02:00
from electrum.i18n import _
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/>',
_("This plug-in allows you to create a visually encrypted backup of your wallet seeds, or of custom alphanumeric secrets."), '<br/>', '<br/>',
2018-04-19 15:47:41 +02:00
_("For more information, visit"),
" <a href=\"https://revealer.cc\">https://revealer.cc</a>", '<br/>', '<br/>',
])
available_for = ['qt']