Browse Source

Qt: minor text formatting

on Windows, the previous looked a bit better; but the lines were broken on Debian
3.2.x
SomberNight 7 years ago
parent
commit
c4ef5bfedb
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 4
      gui/qt/installwizard.py

4
gui/qt/installwizard.py

@ -27,9 +27,9 @@ MSG_HW_STORAGE_ENCRYPTION = _("Set wallet file encryption.") + '\n'\
+ _("Note: If you enable this setting, you will need your hardware device to open your wallet.")
WIF_HELP_TEXT = (_('WIF keys are typed in Electrum, based on script type.') + '\n\n' +
_('A few examples') + ':\n' +
'p2pkh:KxZcY47uGp9a... \t\t-> 1DckmggQM...\n' +
'p2pkh:KxZcY47uGp9a... \t-> 1DckmggQM...\n' +
'p2wpkh-p2sh:KxZcY47uGp9a... \t-> 3NhNeZQXF...\n' +
'p2wpkh:KxZcY47uGp9a... \t\t-> bc1q3fjfk...')
'p2wpkh:KxZcY47uGp9a... \t-> bc1q3fjfk...')
# note: full key is KxZcY47uGp9aVQAb6VVvuBs8SwHKgkSR2DbZUzjDzXf2N2GPhG9n

Loading…
Cancel
Save