From: rdymac Date: Tue, 28 Jan 2014 00:58:58 +0000 (+0100) Subject: typo X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=commitdiff_plain;h=6facb9f2c281fe5883c127c044c68b102d122a6c typo typo s/this/these --- diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index de9ad55..97dfbac 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -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) diff --git a/plugins/virtualkeyboard.py b/plugins/virtualkeyboard.py index bb9ee91..be02e36 100644 --- a/plugins/virtualkeyboard.py +++ b/plugins/virtualkeyboard.py @@ -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