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

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