mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-28 19:27:44 +00:00
feat(windows): tweak diagnositc error message
This commit is contained in:
parent
0de78e808f
commit
770506c331
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue