Browse Source

update warning about imported keys (change)

283
ecdsa 12 years ago
parent
commit
b7e356dba3
  1. 1
      gui/gui_classic.py

1
gui/gui_classic.py

@ -1868,7 +1868,6 @@ class ElectrumWindow(QMainWindow):
if not self.wallet.imported_keys:
r = QMessageBox.question(None, _('Warning'), '<b>'+_('Warning') +':\n</b><br/>'+ _('Imported keys are not recoverable from seed.') + ' ' \
+ _('If you ever need to restore your wallet from its seed, these keys will be lost.') + '<p>' \
+ _('In addition, when you send bitcoins from one of your imported addresses, the "change" will be sent to an address derived from your seed, unless you disabled this option.') + '<p>' \
+ _('Are you sure you understand what you are doing?'), 3, 4)
if r == 4: return

Loading…
Cancel
Save