summaryrefslogtreecommitdiff
path: root/pdf/pdf_warnings.h
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2022-12-16 15:54:28 +0000
committerKen Sharp <ken.sharp@artifex.com>2022-12-16 15:54:28 +0000
commit46d4820139611a36e8d51b19b1d46e25ecbe66f2 (patch)
tree0c644428b83218bc888aada7d02c1bb3e353691b /pdf/pdf_warnings.h
parent1de4e0d4ca580ac60ed49aae89f93e4b62039b18 (diff)
downloadghostpdl-46d4820139611a36e8d51b19b1d46e25ecbe66f2.tar.gz
GhostPDF - reword some warnings
I couldn't fathom what these warnings meant so rewrote them.
Diffstat (limited to 'pdf/pdf_warnings.h')
-rw-r--r--pdf/pdf_warnings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf/pdf_warnings.h b/pdf/pdf_warnings.h
index c3204d702..fef351196 100644
--- a/pdf/pdf_warnings.h
+++ b/pdf/pdf_warnings.h
@@ -38,8 +38,8 @@ PARAM(W_PDF_NESTEDTEXTBLOCK, "BT found inside a text block"),
PARAM(W_PDF_ETNOTEXTBLOCK, "ET found outside text block"),
PARAM(W_PDF_TEXTOPNOBT, "text operator outside text block"),
PARAM(W_PDF_DEGENERATETM, "degenerate text matrix"),
-PARAM(W_PDF_BADICC_USE_ALT, "bad ICC colour profile, using alternate"),
-PARAM(W_PDF_BADICC_USECOMPS, "bad ICC vs number components, using components"),
+PARAM(W_PDF_BADICC_USE_ALT, "Invalid ICC colour profile, using alternate"),
+PARAM(W_PDF_BADICC_USECOMPS, "Invalid ICC colour profile, no (or bad) Alternate specified, using /N to select a device space"),
PARAM(W_PDF_BADTRSWITCH, "bad value for text rendering mode"),
PARAM(W_PDF_BADSHADING, "error in shading"),
PARAM(W_PDF_BADPATTERN, "error in pattern"),