summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"),