1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 12:00:11 +02:00
This commit is contained in:
B. Petersen 2018-05-03 00:26:43 +02:00
parent c7775d55a8
commit 2d1bc1f0a6

View file

@ -765,7 +765,7 @@ int mrmsg_is_forwarded(const mrmsg_t* msg)
* created due to other actions, eg. mrmailbox_set_chat_name(), mrmailbox_set_chat_profile_image()
* or mrmailbox_add_contact_to_chat().
*
* These messages are typically shown i n the center of the chat view,
* These messages are typically shown in the center of the chat view,
* mrmsg_get_text() returns a descriptive text about what is going on.
*
* There is no need to perfrom any action when seeing such a message - this is already done by the core.