From 0d66aa91c5f2b0542be9c650ccadea7b74022820 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 4 Apr 2000 14:32:35 +0000 Subject: Move translated part of bug report string back into .c files so xgettext can find it. Regnerate .pot files. --- binutils/windres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/windres.c') diff --git a/binutils/windres.c b/binutils/windres.c index a2f6fe7e13..5bc9bd337b 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -734,7 +734,7 @@ extension if not specified. A single file name is an input file.\n\ No input-file is stdin, default rc. No output-file is stdout, default rc.\n")); list_supported_targets (program_name, stream); if (status == 0) - fprintf (stream, REPORT_BUGS_TO); + fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); exit (status); } -- cgit v1.2.1