From b7e356dba304a8753e3f215056eafc36c12d34f4 Mon Sep 17 00:00:00 2001 From: ecdsa Date: Sat, 6 Apr 2013 21:46:50 +0200 Subject: [PATCH] update warning about imported keys (change) --- gui/gui_classic.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/gui/gui_classic.py b/gui/gui_classic.py index 3ff76f0..eb425e3 100644 --- a/gui/gui_classic.py +++ b/gui/gui_classic.py @@ -1868,7 +1868,6 @@ class ElectrumWindow(QMainWindow): if not self.wallet.imported_keys: r = QMessageBox.question(None, _('Warning'), ''+_('Warning') +':\n
'+ _('Imported keys are not recoverable from seed.') + ' ' \ + _('If you ever need to restore your wallet from its seed, these keys will be lost.') + '

' \ - + _('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.') + '

' \ + _('Are you sure you understand what you are doing?'), 3, 4) if r == 4: return -- 1.7.1