add missing define

This commit is contained in:
B. Petersen
2023-03-22 16:14:42 +01:00
committed by bjoern
parent 616eabc613
commit ec00c160c6

View File

@@ -6990,6 +6990,11 @@ void dc_event_unref(dc_event_t* event);
/// `%1$s` will be replaced by name and address of the contact.
#define DC_STR_PROTECTION_DISABLED_BY_OTHER 161
/// "Scan to set up second device for %1$s"
///
/// `%1$s` will be replaced by name and address of the account.
#define DC_STR_BACKUP_TRANSFER_QR 162
/**
* @}
*/