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 + /** * @} */