Skip to content

Commit

Permalink
Merge pull request #16 from Vitalynx/patch-2
Browse files Browse the repository at this point in the history
Another migration fix
  • Loading branch information
romanornr authored Apr 27, 2018
2 parents e06d2d0 + 53c5675 commit bcaf8da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/keepkey/qt_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,6 @@ def slider_released():
pin_msg = QLabel(_("PIN protection is strongly recommended. "
"A PIN is your only protection against someone "
"stealing your viacoins if they obtain physical "
"access to your %s.") % plugin.device)
"stealing your viacoins if they obtain physical "
"access to your {}.").format(plugin.device))
pin_msg.setWordWrap(True)
pin_msg.setStyleSheet("color: red")
Expand Down

0 comments on commit bcaf8da

Please sign in to comment.