From 770506c331c760329f8a2b975106f45eb3633670 Mon Sep 17 00:00:00 2001 From: rc-swag <58423624+rc-swag@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:14:26 +1000 Subject: [PATCH] feat(windows): tweak diagnositc error message --- windows/src/engine/tsysinfo/UfrmEmail.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/src/engine/tsysinfo/UfrmEmail.pas b/windows/src/engine/tsysinfo/UfrmEmail.pas index 6be1ba5ccc..6044fd73ce 100644 --- a/windows/src/engine/tsysinfo/UfrmEmail.pas +++ b/windows/src/engine/tsysinfo/UfrmEmail.pas @@ -143,7 +143,7 @@ begin end; if Response.StatusCode <> 413 then begin - ShowMessage('The diagnostic report file was to large: '+IntToStr(Response.StatusCode)+ 'Contact us via the Keyman Community Forum for assistance.'); + ShowMessage('The diagnostic report file was too large: '+IntToStr(Response.StatusCode)+ 'Contact us via the Keyman Community Forum for help.'); Exit; end; s := Trim(string(Response.MessageBodyAsString));