1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 19:42:04 +02:00

shorten advice in the core

This commit is contained in:
B. Petersen 2018-04-16 15:13:48 +02:00
parent 061a8bfac7
commit e7f87c9cb2

View file

@ -77,7 +77,7 @@ static char* default_string(int id, int qty)
case MR_STR_AC_SETUP_MSG_SUBJECT: return safe_strdup("Autocrypt Setup Message");
case MR_STR_AC_SETUP_MSG_BODY: return safe_strdup("This is the Autocrypt Setup Message used to transfer your key between clients.\n\nTo decrypt and use your key, open the message in an Autocrypt-compliant client and enter the setup code presented on the generating device.");
case MR_STR_SELFTALK_SUBTITLE: return safe_strdup("Messages I sent to myself");
case MR_STR_CANTDECRYPT_MSG_BODY: return safe_strdup("This message was encrypted for another setup.\n\n- To share your current setup, send any message to the contact, eg. ask the contact to send the message again.\n\n- To import another setup, send an Autocrypt Setup Message from the device with the correct setup.");
case MR_STR_CANTDECRYPT_MSG_BODY: return safe_strdup("This message was encrypted for another setup.");
}
return safe_strdup("ErrStr");
}