URI: 
       tChange wording on Trezor pincode request - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 78469f488aedf449450ab660702580bd4cfd5481
   DIR parent 6b914232e499c96204de3e003b6c63f0df8aae45
  HTML Author: Maran <maran.hidskes@gmail.com>
       Date:   Wed, 20 Aug 2014 20:00:43 +0200
       
       Change wording on Trezor pincode request
       
       Diffstat:
         M plugins/trezor.py                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/plugins/trezor.py b/plugins/trezor.py
       t@@ -341,7 +341,7 @@ class TrezorQtGuiMixin(object):
        
            def callback_PinMatrixRequest(self, msg):
                if msg.type == 1:
       -            desc = 'old PIN'
       +            desc = 'current PIN'
                elif msg.type == 2:
                    desc = 'new PIN'
                elif msg.type == 3: