From 8ad3436c79ef8d40d0f0de293a9296b39e6a918d 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/nm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/nm.c') diff --git a/binutils/nm.c b/binutils/nm.c index e947697..bfe2158 100644 --- a/binutils/nm.c +++ b/binutils/nm.c @@ -303,7 +303,7 @@ Usage: %s [-aABCDglnopPrsuvV] [-t radix] [--radix=radix] [--target=bfdname]\n\ program_name); 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.1