remove redundant i18n

This commit is contained in:
m0mchil 2014-07-11 17:32:17 +03:00
parent 26b13f4414
commit ec295d1fbe
1 changed files with 1 additions and 2 deletions

View File

@ -288,8 +288,7 @@ class TrezorQtGuiMixin(object):
def password_dialog(self, msg=None):
if not msg:
msg = _("Please enter your Trezor password")
else:
msg = _(msg)
d = QDialog()
d.setModal(1)
d.setLayout( make_password_dialog(d, None, msg, False) )