From 70717ab4462f3d7a481201c99d75e26734d036ad Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 10 Jan 2013 23:12:28 +0100 Subject: [PATCH] change seed text --- 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 d3cb232c2..25fab4851 100644 --- a/lib/gui_qt.py +++ b/lib/gui_qt.py @@ -1257,7 +1257,7 @@ class ElectrumWindow(QMainWindow): msg2 = _("Please write down or memorize these 12 words (order is important).") + " " \ + _("This seed will allow you to recover your wallet in case of computer failure.") + " " \ - + _("Your seed is also displayed as QR code, in case you want to use the same wallet on a mobile phone.") + "

" \ + + _("Your seed is also displayed as QR code, in case you want to transfer it to a mobile phone.") + "

" \ + ""+_("WARNING")+": " + _("Never disclose your seed. Never type it on a website.") + "

" label2 = QLabel(msg2) label2.setWordWrap(True)