MessageToReplyNotFound new text (#447)

This commit is contained in:
Oleg A 2020-10-28 19:11:20 +03:00 committed by GitHub
parent 1e2fe72aca
commit bd5e4d8149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,7 +196,7 @@ class MessageToReplyNotFound(MessageError):
"""
Will be raised when you try to reply to very old or deleted or unknown message.
"""
match = 'message to reply not found'
match = 'Reply message not found'
class MessageIdentifierNotSpecified(MessageError):