tbetter adverb - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit e4e2575daa1c0878c314e7f2562ef73dd53c6cdf DIR parent 67dbacd20d3039a94fd561e01211a2e5790ede70 HTML Author: thomasv <thomasv@gitorious> Date: Fri, 2 Dec 2011 16:44:17 +0100 better adverb 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@@ -53,7 +53,7 @@ def show_seed_dialog(wallet, password): buttons = gtk.BUTTONS_OK, message_format = "Your wallet generation seed is:\n\n" + seed \ + "\n\nPlease keep it in a safe place; if you lose it, you will not be able to restore your wallet.\n\n" \ - + "Alternatively, your wallet seed can be stored and recovered with the following mnemonic code:\n\n\"" + ' '.join(mnemonic.mn_encode(seed)) + "\"" ) + + "Equivalently, your wallet seed can be stored and recovered with the following mnemonic code:\n\n\"" + ' '.join(mnemonic.mn_encode(seed)) + "\"" ) dialog.show() dialog.run() dialog.destroy()