X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=plugins%2Fvirtualkeyboard.py;h=eadaebe57cd912a4a81fdc4cfa788f85d96e0110;hb=HEAD;hp=6d081a08678ad8031ce8b8c65b48f19fb4a17f1c;hpb=111611a08b5fd13f2e858495632cf0eff65f634b;p=electrum-nvc.git diff --git a/plugins/virtualkeyboard.py b/plugins/virtualkeyboard.py index 6d081a0..eadaebe 100644 --- a/plugins/virtualkeyboard.py +++ b/plugins/virtualkeyboard.py @@ -1,6 +1,6 @@ from PyQt4.QtGui import * -from electrum_gui import BasePlugin -from electrum_gui.i18n import _ +from electrum_nvc import BasePlugin +from electrum_nvc.i18n import _ class Plugin(BasePlugin): @@ -9,7 +9,7 @@ class Plugin(BasePlugin): return 'Virtual Keyboard' def description(self): - return '%s\n%s' % (_("Add an optional, mouse keyboard to the password dialog."), _("Warning: do not use this if it makes you pick a weaker password.")) + return '%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.")) def init(self): self.vkb = None