Files
purple-electrumwallet/plugins/virtualkeyboard/__init__.py
T

6 lines
242 B
Python
Raw Normal View History

2015-11-23 19:38:48 +01:00
from electrum.i18n import _
fullname = 'Virtual Keyboard'
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."))
available_for = ['qt']