follow-up 3c505660a6
This commit is contained in:
@@ -174,12 +174,12 @@ class DigitalBitbox_Client():
|
|||||||
self.password = None
|
self.password = None
|
||||||
if reply['error']['code'] == 109:
|
if reply['error']['code'] == 109:
|
||||||
msg = _("Incorrect password entered.") + "\n\n" + \
|
msg = _("Incorrect password entered.") + "\n\n" + \
|
||||||
+ reply['error']['message'] + "\n\n" + \
|
reply['error']['message'] + "\n\n" + \
|
||||||
_("Enter your Digital Bitbox password:")
|
_("Enter your Digital Bitbox password:")
|
||||||
else:
|
else:
|
||||||
# Should never occur
|
# Should never occur
|
||||||
msg = _("Unexpected error occurred.") + "\n\n" + \
|
msg = _("Unexpected error occurred.") + "\n\n" + \
|
||||||
+ reply['error']['message'] + "\n\n" + \
|
reply['error']['message'] + "\n\n" + \
|
||||||
_("Enter your Digital Bitbox password:")
|
_("Enter your Digital Bitbox password:")
|
||||||
|
|
||||||
# Initialize device if not yet initialized
|
# Initialize device if not yet initialized
|
||||||
|
|||||||
Reference in New Issue
Block a user