Merge pull request #410 from sagarhowal/395-error-msg-fix
update WrongPasswordError
This commit is contained in:
commit
016200b740
|
@ -50,9 +50,8 @@ class LonelyError(WormholeError):
|
|||
class WrongPasswordError(WormholeError):
|
||||
"""
|
||||
Key confirmation failed. Either you or your correspondent typed the code
|
||||
wrong, or a would-be man-in-the-middle attacker guessed incorrectly. You
|
||||
could try again, giving both your correspondent and the attacker another
|
||||
chance.
|
||||
wrong, or a would-be man-in-the-middle attacker guessed incorrectly. Try
|
||||
sending the file again.
|
||||
"""
|
||||
# or the data blob was corrupted, and that's why decrypt failed
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue
Block a user