summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/ptexdir/kanji_dump.c2
-rw-r--r--Build/source/texk/web2c/uptexdir/kanji_dump.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ptexdir/kanji_dump.c b/Build/source/texk/web2c/ptexdir/kanji_dump.c
index 991440b3756..4d1741f2d41 100644
--- a/Build/source/texk/web2c/ptexdir/kanji_dump.c
+++ b/Build/source/texk/web2c/ptexdir/kanji_dump.c
@@ -42,7 +42,7 @@ void undump_kanji (FILE *fp)
/* Now BUFFER and P are the file and internal encoding strings. */
init_kanji (NULL, p);
if (get_internal_enc() != i) {
- fprintf (stderr, "Option --kanji-internal invalid when a format file is loaded.\n", p);
+ fprintf (stderr, "Kanji internal encoding incompatible with the preloaded format.\n", p);
fprintf (stderr, "I'll stick to %s.\n", enc_to_string(get_internal_enc()));
}
}
diff --git a/Build/source/texk/web2c/uptexdir/kanji_dump.c b/Build/source/texk/web2c/uptexdir/kanji_dump.c
index ce1b6d7d407..affe7d135b1 100644
--- a/Build/source/texk/web2c/uptexdir/kanji_dump.c
+++ b/Build/source/texk/web2c/uptexdir/kanji_dump.c
@@ -42,7 +42,7 @@ void undump_kanji (FILE *fp)
/* Now BUFFER and P are the file and internal encoding strings. */
init_kanji (NULL, p);
if (get_internal_enc() != i) {
- fprintf (stderr, "Option --kanji-internal invalid when a format file is loaded.\n", p);
+ fprintf (stderr, "Kanji internal encoding incompatible with the preloaded format.\n", p);
fprintf (stderr, "I'll stick to %s.\n", enc_to_string(get_internal_enc()));
}
}