summaryrefslogtreecommitdiff
path: root/pdf/pdf_errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/pdf_errors.h')
-rw-r--r--pdf/pdf_errors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf/pdf_errors.h b/pdf/pdf_errors.h
index 3316fd6fc..ff85e8ff0 100644
--- a/pdf/pdf_errors.h
+++ b/pdf/pdf_errors.h
@@ -38,8 +38,8 @@ PARAM(E_PDF_KEYWORDTOOLONG, "potential token is too long"),
PARAM(E_PDF_BADPAGETYPE, "Page object does not have /Page type"),
PARAM(E_PDF_CIRCULARREF, "circular reference to indirect object"),
PARAM(E_PDF_CIRCULARNAME, "Definition of a name is a reference to itself"),
-PARAM(E_PDF_UNREPAIRABLE, "Can't repair PDF file, repair already performed"),
-PARAM(E_PDF_REPAIRED, "PDF file was repaired"),
+PARAM(E_PDF_UNREPAIRABLE, "Can't repair xref, repair already performed"),
+PARAM(E_PDF_REPAIRED, "xref table was repaired"),
PARAM(E_PDF_BADSTREAM, "error reading a stream"),
PARAM(E_PDF_MISSINGOBJ, "obj token missing"),
PARAM(E_PDF_BADPAGEDICT, "error in Page dictionary"),