ffi: add missing DC_STR_SERVER_TURNED_OFF #define

This commit is contained in:
link2xt
2021-01-30 21:29:23 +03:00
committed by link2xt
parent 4a30cb6cd6
commit b53415fed5

View File

@@ -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"). /// Note: the string has to be a noun, not a verb (not: "to reply").
#define DC_STR_REPLY_NOUN 90 #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. /// Used as device message text.
#define DC_STR_SELF_DELETED_MSG_BODY 91 #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
/** /**
* @} * @}
*/ */