tmessage - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 946bcb316ad0983b694c77420d7b0bae970076cc DIR parent 45b0a3b826b8c70124ff6b0782467744ff04ac61 HTML Author: thomasv <thomasv@gitorious> Date: Fri, 10 Feb 2012 15:34:17 +0100 message Diffstat: M client/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/client/gui.py b/client/gui.py t@@ -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: