From 29305af7807b2fdf76ac8e22e44293514d28cad9 Mon Sep 17 00:00:00 2001 From: thomasv Date: Wed, 9 Jan 2013 10:20:34 +0100 Subject: [PATCH] text change: access -> install --- lib/gui_qt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gui_qt.py b/lib/gui_qt.py index 1db1ac0f2..4953a2b44 100644 --- a/lib/gui_qt.py +++ b/lib/gui_qt.py @@ -1258,8 +1258,8 @@ 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 included in the following QR code.") + " " \ - + _("Use it if you need to access your wallet from a mobile phone.") + "

" \ + + _("Your seed is also included in the following QR code.") + " " \ + + _("Use it if you need to install your wallet on a mobile phone.") + "

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

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