commit d3065f73bf01a86dc50d902f0a118af4710e802d
parent 78692327373252714792607ae49a0daee06bae15
Author: SomberNight <somber.night@protonmail.com>
Date: Sun, 11 Mar 2018 13:28:13 +0100
follow-up 3c505660a6c0827b72d12bd9bb7d5756974d5285
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/digitalbitbox/digitalbitbox.py b/plugins/digitalbitbox/digitalbitbox.py
@@ -174,12 +174,12 @@ class DigitalBitbox_Client():
self.password = None
if reply['error']['code'] == 109:
msg = _("Incorrect password entered.") + "\n\n" + \
- + reply['error']['message'] + "\n\n" + \
+ reply['error']['message'] + "\n\n" + \
_("Enter your Digital Bitbox password:")
else:
# Should never occur
msg = _("Unexpected error occurred.") + "\n\n" + \
- + reply['error']['message'] + "\n\n" + \
+ reply['error']['message'] + "\n\n" + \
_("Enter your Digital Bitbox password:")
# Initialize device if not yet initialized