Move translated part of bug report string back into .c files so

xgettext can find it.  Regnerate .pot files.
This commit is contained in:
Alan Modra
2000-04-04 14:32:35 +00:00
parent 41b49281c1
commit 8ad3436c79
28 changed files with 1375 additions and 1289 deletions

View File

@ -283,7 +283,7 @@ usage (help)
list_supported_targets (program_name, stderr);
if (help)
fprintf (s, REPORT_BUGS_TO);
fprintf (s, _("Report bugs to %s\n"), REPORT_BUGS_TO);
xexit (help ? 0 : 1);
}