1
0
typo s/this/these
This commit is contained in:
rdymac
2014-01-28 01:58:58 +01:00
parent 989a95bf25
commit 6facb9f2c2
2 changed files with 2 additions and 2 deletions

View File

@@ -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