From b53415fed510fb36fde0632596592cdc5d237187 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 30 Jan 2021 21:29:23 +0300 Subject: [PATCH] ffi: add missing DC_STR_SERVER_TURNED_OFF #define --- deltachat-ffi/deltachat.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 675ce7a75..4b0dec599 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -5366,11 +5366,16 @@ void dc_event_unref(dc_event_t* event); /// Note: the string has to be a noun, not a verb (not: "to reply"). #define DC_STR_REPLY_NOUN 90 -/// "'Delete messages from server' turned off as now all folders are affected." +/// "You deleted the 'Saved messages' chat..." /// /// Used as device message text. #define DC_STR_SELF_DELETED_MSG_BODY 91 +/// "'Delete messages from server' turned off as now all folders are affected." +/// +/// Used as device message text. +#define DC_STR_SERVER_TURNED_OFF 92 + /** * @} */