electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

__init__.py (242B)


      1 from electrum.i18n import _
      2 
      3 fullname = 'Virtual Keyboard'
      4 description = '%s\n%s' % (_("Add an optional virtual keyboard to the password dialog."), _("Warning: do not use this if it makes you pick a weaker password."))
      5 available_for = ['qt']