Skip to content
Snippets Groups Projects
Commit 195589a1 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

New strings: HashingFile and HashedFile

To display (rather than "Searching for Dupes") when calculating file hashes.
parent db2dea66
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -871,6 +871,8 @@ enum {
,FidoNetMailReceived
,WithAttachment
,FidoEchoMailReceived
,HashingFile
,HashedFile
,TOTAL_TEXT
};
......
......@@ -1411,4 +1411,7 @@ const char * const text_defaults[TOTAL_TEXT]={
,"\x20\x77\x69\x74\x68\x20\x61\x74\x74\x61\x63\x68\x6d\x65\x6e\x74" // 859 WithAttachment
,"\x25\x2e\x30\x73\x01\x6e\x01\x68\x01\x6d\x25\x73\x20\x01\x6e\x01\x6d\x73\x65\x6e\x74\x20\x79\x6f\x75\x20\x45\x63\x68\x6f\x4d\x61"
"\x69\x6c\x20\x6f\x6e\x20\x01\x68\x25\x73\x20\x01\x6e\x01\x6d\x25\x73\x01\x6e\x0d\x0a" // 860 FidoEchoMailReceived
,"\x01\x5f\x01\x77\x01\x68\x43\x61\x6c\x63\x75\x6c\x61\x74\x69\x6e\x67\x20\x66\x69\x6c\x65\x27\x73\x20\x68\x61\x73\x68\x20\x76\x61"
"\x6c\x75\x65\x73\x20\x40\x45\x4c\x4c\x49\x50\x53\x49\x53\x40\x01\x6e" // 861 HashingFile
,"\x01\x5b\x01\x3e" // 862 HashedFile
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment