From fb9318892a501978207796b6e35785e4d45994b5 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 16 Nov 2011 18:41:33 +0300 Subject: [PATCH] minor --- client/electrum.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/electrum.py b/client/electrum.py index 457d4e98c..e00b2a099 100755 --- a/client/electrum.py +++ b/client/electrum.py @@ -665,8 +665,8 @@ if __name__ == '__main__': sys.exit(0) if not wallet.read() and cmd != 'help': - print "wallet not found." - print "type 'electrum.py create' to create a wallet, or provide the path to your wallet with the -d option" + print "Wallet file not found." + print "Type 'electrum.py create' to create a new wallet, or provide a path to a wallet with the -d option" sys.exit(0) if cmd == 'create':