Skip to content

Commit

Permalink
Fixed a couple typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOfiesh committed Apr 5, 2014
1 parent 5386ac2 commit 7613f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/WalletFrames.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ def __init__(self, parent, main, initLabel='', passphraseCallback=None):
super(SetPassphraseFrame, self).__init__(parent, main)
self.passphraseCallback = passphraseCallback
layout = QGridLayout()
lblDlgDescr = QLabel('Please enter an passphrase for wallet encryption.\n\n'
'A good passphrase consists of at 10 or more\n'
lblDlgDescr = QLabel('Please enter a passphrase for wallet encryption.\n\n'
'A good passphrase consists of at least 10 or more\n'
'random letters, or 6 or more random words.\n')
lblDlgDescr.setWordWrap(True)
layout.addWidget(lblDlgDescr, 0, 0, 1, 2)
Expand Down

0 comments on commit 7613f63

Please sign in to comment.