tMerge pull request #560 from rdymac/typo-virtual - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit bcc80249969ac1c19195ec6eed921906aa522021 DIR parent 9f9cfe31701604479f94dc7d7a14cdc389644b33 HTML Author: ThomasV <thomasv1@gmx.de> Date: Wed, 29 Jan 2014 07:45:12 -0800 Merge pull request #560 from rdymac/typo-virtual ttypo Diffstat: M gui/qt/main_window.py | 2 +- M plugins/virtualkeyboard.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py t@@ -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) DIR diff --git a/plugins/virtualkeyboard.py b/plugins/virtualkeyboard.py t@@ -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