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)