From 40f46c7e366541954661cfa39bb7ef7eced2f849 Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Sun, 13 Mar 2022 23:38:54 -0700 Subject: [PATCH] Add new strings: HashingFile and HashedFile --- ctrl/text.dat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ctrl/text.dat b/ctrl/text.dat index 43f4339cda..35940b5b52 100644 --- a/ctrl/text.dat +++ b/ctrl/text.dat @@ -1043,4 +1043,6 @@ "%.0s\1n\1h\1m%s \1n\1msent you NetMail%s from \1h%s\1n\r\n" 858 FidoNetMailReceived " with attachment" 859 WithAttachment "%.0s\1n\1h\1m%s \1n\1msent you EchoMail on "\ 860 FidoEchoMailReceived - "\1h%s \1n\1m%s\1n\r\n" \ No newline at end of file + "\1h%s \1n\1m%s\1n\r\n" +"\1_\1w\1hCalculating file's hash values @ELLIPSIS@\1n" 861 HashingFile +"\1[\1>" 862 HashedFile -- GitLab