New port numbers
[electrum-nvc.git] / plugins / virtualkeyboard.py
index 6d081a0..eadaebe 100644 (file)
@@ -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