From a9147bb2158c4c59e9b5283a5d756b63abc573d7 Mon Sep 17 00:00:00 2001 From: Jonathan Warren Date: Wed, 6 Feb 2013 16:28:18 -0500 Subject: [PATCH] Changed note concerning RSA decryption to be more clear --- bitmessagemain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitmessagemain.py b/bitmessagemain.py index cf1f92fe..51744d22 100644 --- a/bitmessagemain.py +++ b/bitmessagemain.py @@ -970,7 +970,7 @@ class receiveDataThread(QThread): self.emit(SIGNAL("updateStatusBar(PyQt_PyObject)"),statusbar) else: printLock.acquire() - print 'RSA decryption unsuccessful.' + print 'Could not decrypt with any RSA keys if you have any.' printLock.release() infile.close() outfile.close()