unsigned->self-signed

This commit is contained in:
thomasv 2012-02-07 13:24:46 +01:00
parent 71e3c78dd4
commit 378de10581
1 changed files with 1 additions and 1 deletions

View File

@ -838,7 +838,7 @@ class BitcoinGUI:
if auth_name is None:
a = self.wallet.aliases.get(alias)
if not a:
msg = "Warning: the alias '%s' is unsigned. Do you want to trust the address %s for this alias?"%(alias,signing_address)
msg = "Warning: the alias '%s' is self-signed. Do you want to trust the address %s for this alias?"%(alias,signing_address)
if interactive and self.question( msg ):
self.wallet.aliases[alias] = signing_address
else: