Browse Source

text change: access -> install

283
thomasv 12 years ago
parent
commit
29305af780
  1. 4
      lib/gui_qt.py

4
lib/gui_qt.py

@ -1258,8 +1258,8 @@ class ElectrumWindow(QMainWindow):
msg2 = _("Please write down or memorize these 12 words (order is important).") + " " \ 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.") + "<p>" \ + _("This seed will allow you to recover your wallet in case of computer failure.") + "<p>" \
+ _("Your seed is included in the following QR code.") + " " \ + _("Your seed is also included in the following QR code.") + " " \
+ _("Use it if you need to access your wallet from a mobile phone.") + "<p>" \ + _("Use it if you need to install your wallet on a mobile phone.") + "<p>" \
+ "<b>"+_("WARNING")+":</b><br/>"+_("Never disclose your seed. Never type it on a website.") + "</b><p>" + "<b>"+_("WARNING")+":</b><br/>"+_("Never disclose your seed. Never type it on a website.") + "</b><p>"
label2 = QLabel(msg2) label2 = QLabel(msg2)
label2.setWordWrap(True) label2.setWordWrap(True)

Loading…
Cancel
Save