put a has
This commit is contained in:
parent
77627bd433
commit
01acc1cf87
|
@ -87,4 +87,4 @@ def get_uf_chatstate(chatstate):
|
||||||
elif chatstate == 'paused':
|
elif chatstate == 'paused':
|
||||||
return _('paused composing a message...')
|
return _('paused composing a message...')
|
||||||
elif chatstate == 'gone':
|
elif chatstate == 'gone':
|
||||||
return _('closed the chat window or tab')
|
return _('has closed the chat window or tab')
|
||||||
|
|
Loading…
Reference in New Issue