From 9e26df6a739f0903c8959883069887e01a3d1e6a Mon Sep 17 00:00:00 2001 From: thomasv Date: Wed, 8 Feb 2012 16:44:01 +0100 Subject: [PATCH] gui tweak --- client/gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/gui.py b/client/gui.py index 0f6b714d..fb41c5ac 100644 --- 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)