commit 9e26df6a739f0903c8959883069887e01a3d1e6a parent 07bac3b65e946d905ca1ea952768d4b3f8402baa Author: thomasv <thomasv@gitorious> Date: Wed, 8 Feb 2012 16:44:01 +0100 gui tweak Diffstat:
M | client/gui.py | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/gui.py b/client/gui.py @@ -891,8 +891,8 @@ class BitcoinGUI: if a[0] in self.wallet.authorities.keys(): s = self.wallet.authorities.get(a[0]) else: - s = "self" - msg = 'Alias:'+ m + '\n\nTarget: '+ a[1] + '\nSigned by: ' + s + '\nSigning address:' + a[0] + s = "self-signed" + msg = 'Alias: '+ m + '\nTarget address: '+ a[1] + '\n\nSigned by: ' + s + '\nSigning address:' + a[0] self.show_message(msg)