Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Samuels committed Mar 18, 2014
1 parent 0c424fd commit bef497d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qtdialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -11810,10 +11810,10 @@ def processFrags(self):

reply = QMessageBox.question(self, tr('Verify Wallet ID'), tr("""
The data you entered corresponds to a wallet with a wallet
ID: \n\n \t'""") + newWltID + tr(""" \n\nDoes this ID
ID:<blockquote><b>{}</b></blockquote>Does this ID
match the "Wallet Unique ID" printed on your paper backup?
If not, click "No" and reenter key and chain-code data
again."""), QMessageBox.Yes | QMessageBox.No)
again.""").format(newWltID), QMessageBox.Yes | QMessageBox.No)
if reply == QMessageBox.No:
return

Expand Down

0 comments on commit bef497d

Please sign in to comment.