More text strings to be translated
authorrdymac <rdy@aol.es>
Wed, 16 Jan 2013 23:34:19 +0000 (00:34 +0100)
committerrdymac <rdy@aol.es>
Wed, 16 Jan 2013 23:34:19 +0000 (00:34 +0100)
Added more text strings to be translated

lib/gui_qt.py

index 141ece1..135d93b 100644 (file)
@@ -1849,7 +1849,7 @@ class ElectrumWindow(QMainWindow):
         usechange_label = QLabel(_('Use change addresses'))
         grid_wallet.addWidget(usechange_label, 1, 0)
         usechange_combo = QComboBox()
-        usechange_combo.addItems(['Yes', 'No'])
+        usechange_combo.addItems([_('Yes'), _('No')])
         usechange_combo.setCurrentIndex(not self.wallet.use_change)
         grid_wallet.addWidget(usechange_combo, 1, 1)
         grid_wallet.addWidget(HelpButton(_('Using change addresses makes it more difficult for other people to track your transactions.')+' '), 1, 2)