electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 946bcb316ad0983b694c77420d7b0bae970076cc
parent 45b0a3b826b8c70124ff6b0782467744ff04ac61
Author: thomasv <thomasv@gitorious>
Date:   Fri, 10 Feb 2012 15:34:17 +0100

message

Diffstat:
Mclient/gui.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/gui.py b/client/gui.py @@ -788,7 +788,7 @@ class BitcoinGUI: if auth_name is None: a = self.wallet.aliases.get(alias) if not a: - msg = "Warning: the alias '%s' is self-signed. The signing address is %s. Do you want to trust this alias?"%(alias,signing_address) + msg = "Warning: the alias '%s' is self-signed.\nThe signing address is %s.\n\nDo you want to add this alias to your list of contacts?"%(alias,signing_address) if interactive and self.question( msg ): self.wallet.aliases[alias] = (signing_address, target) else: