From 8fe6673814a064dffc4356f212ba7e50548dbe53 Mon Sep 17 00:00:00 2001 From: thomasv Date: Fri, 12 Oct 2012 09:41:49 +0200 Subject: [PATCH] typo --- lib/gui_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gui_qt.py b/lib/gui_qt.py index f0f4db5c..a9cbc507 100644 --- a/lib/gui_qt.py +++ b/lib/gui_qt.py @@ -1233,7 +1233,7 @@ class ElectrumWindow(QMainWindow): usechange_cb = QCheckBox(_('Use change addresses')) grid.addWidget(usechange_cb, 5, 0) usechange_cb.setChecked(self.wallet.use_change) - grid.addWidget(HelpButton(_('Using a change addresses makes it more difficult for other people to track your transactions. ')), 5, 2) + grid.addWidget(HelpButton(_('Using change addresses makes it more difficult for other people to track your transactions. ')), 5, 2) msg = _('The gap limit is the maximal number of contiguous unused addresses in your sequence of receiving addresses.') + '\n' \ + _('You may increase it if you need more receiving addresses.') + '\n\n' \