mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
wording
This commit is contained in:
parent
48c02961b0
commit
91531188f0
5 changed files with 42 additions and 42 deletions
|
@ -825,7 +825,7 @@ char* mrmsg_get_summarytext_by_raw(int type, const char* text, mrparam_t* param,
|
|||
|
||||
case MR_MSG_FILE:
|
||||
if( mrparam_get_int(param, MRP_SYSTEM_CMD, 0)==MR_SYSTEM_AUTOCRYPT_SETUP_MESSAGE ) {
|
||||
ret = mrstock_str(MR_STR_AC_SETUP_MSG_TITLE);
|
||||
ret = mrstock_str(MR_STR_AC_SETUP_MSG_SUBJECT);
|
||||
}
|
||||
else {
|
||||
pathNfilename = mrparam_get(param, MRP_FILE, "ErrFilename");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue