From a3b04981aee4c2f91609c55780f97a958f9819e3 Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Tue, 16 Jun 2020 16:53:02 +0000 Subject: [CWEB] Translate another message string in CTANGLE. git-svn-id: svn://tug.org/texlive/trunk@55567 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/ctangleboot.cin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/web2c/ctangleboot.cin') diff --git a/Build/source/texk/web2c/ctangleboot.cin b/Build/source/texk/web2c/ctangleboot.cin index 75c911374db..ac8fa68fe20 100644 --- a/Build/source/texk/web2c/ctangleboot.cin +++ b/Build/source/texk/web2c/ctangleboot.cin @@ -840,7 +840,7 @@ if(0==strcmp("/dev/stdout",output_file_name)) char in_buf[BUFSIZ+1]; int in_size,comparison= true; if((check_file= fopen(check_file_name,"r"))==NULL) -fatal("! Cannot open output file ",check_file_name); +fatal(_("! Cannot open output file "),check_file_name); /*:107*/ @@ -880,7 +880,7 @@ else if(0==strcmp("/dev/stderr",output_file_name)) char in_buf[BUFSIZ+1]; int in_size,comparison= true; if((check_file= fopen(check_file_name,"r"))==NULL) -fatal("! Cannot open output file ",check_file_name); +fatal(_("! Cannot open output file "),check_file_name); /*:107*/ -- cgit v1.2.3