t__init__.py - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
t__init__.py (469B)
---
1 from electrum.i18n import _
2
3 fullname = _('Revealer Backup Utility')
4 description = ''.join(["<br/>",
5 "<b>"+_("Do you have something to hide ?")+"</b>", '<br/>', '<br/>',
6 _("This plug-in allows you to create a visually encrypted backup of your wallet seeds, or of custom alphanumeric secrets."), '<br/>', '<br/>',
7 _("For more information, visit"),
8 " <a href=\"https://revealer.cc\">https://revealer.cc</a>", '<br/>', '<br/>',
9 ])
10 available_for = ['qt']
11
12