URI: 
       tmessage: cosigner wallet - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 84b8b6d73d6ca2a793db0505022b2510428b4fce
   DIR parent edd28f32f90f541baeef690934c8c15dcae019cf
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun, 22 Jun 2014 13:26:02 +0200
       
       message: cosigner wallet
       
       Diffstat:
         M gui/qt/installwizard.py             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
       t@@ -19,7 +19,7 @@ from electrum.plugins import run_hook
        MSG_ENTER_ANYTHING    = _("Please enter a wallet seed, a master public key, a list of Bitcoin addresses, or a list of private keys")
        MSG_SHOW_MPK          = _("This is your master public key")
        MSG_ENTER_MPK         = _("Please enter your master public key")
       -MSG_ENTER_COLD_MPK    = _("Please enter the master public key of your cosigning wallet")
       +MSG_ENTER_COLD_MPK    = _("Please enter the master public key of your cosigner wallet")
        MSG_ENTER_SEED_OR_MPK = _("Please enter a wallet seed, or master public key")
        MSG_VERIFY_SEED       = _("Your seed is important!") + "\n" + _("To make sure that you have properly saved your seed, please retype it here.")