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

@ -2080,7 +2080,7 @@ class ElectrumWindow(QMainWindow):
grid.addWidget(unit_combo, 3, 1)
grid.addWidget(HelpButton(_('Base unit of your wallet.')\
+ '\n1BTC=1000mBTC.\n' \
+ _(' This settings affects the fields in the Send tab')+' '), 3, 2)
+ _(' These settings affects the fields in the Send tab')+' '), 3, 2)
usechange_cb = QCheckBox(_('Use change addresses'))
usechange_cb.setChecked(self.wallet.use_change)

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