URI: 
       tfollow-up 3c505660a6c0827b72d12bd9bb7d5756974d5285 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit d3065f73bf01a86dc50d902f0a118af4710e802d
   DIR parent 78692327373252714792607ae49a0daee06bae15
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Sun, 11 Mar 2018 13:28:13 +0100
       
       follow-up 3c505660a6c0827b72d12bd9bb7d5756974d5285
       
       Diffstat:
         M plugins/digitalbitbox/digitalbitbo… |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/plugins/digitalbitbox/digitalbitbox.py b/plugins/digitalbitbox/digitalbitbox.py
       t@@ -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