add "Forwarded:" to summary2,

this affects notifications and the chatlist
This commit is contained in:
Simon Laux
2021-03-22 15:34:05 +01:00
committed by link2xt
parent db1a7023eb
commit 19176d9d47
3 changed files with 157 additions and 17 deletions

View File

@@ -5635,6 +5635,11 @@ void dc_event_unref(dc_event_t* event);
/// `%1$s` will be replaced by the number of weeks (always >1) the timer is set to.
#define DC_STR_EPHEMERAL_WEEKS 96
/// "Forwarded"
///
/// Used in message summary text for notifications and chatlist.
#define DC_STR_FORWARDED 97
/**
* @}
*/