From fcdec695c08247b0f70e89d8ecd09aa5b9d0aac2 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Fri, 1 Mar 2024 14:53:12 +0000 Subject: [PATCH] Tweak noncomp and demo messages --- cpdfcommand.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 2b9a8d8..07b96b9 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -4504,10 +4504,10 @@ let go_withargv argv = | _ -> Hashtbl.clear filenames; if demo then - flprint "This demo is for evaluation only. http://www.coherentpdf.com/\n"; + flprint "This demo functions normally, but is for evaluation only. http://www.coherentpdf.com/\n"; if noncomp then begin - Pdfe.log "For non-commercial use only\n"; + Pdfe.log "Functions normally, but is for non-commercial use only\n"; Pdfe.log "To purchase a license visit http://www.coherentpdf.com/\n\n"; end; try