Move translated part of bug report string back into .c files so
xgettext can find it. Regnerate .pot files.
This commit is contained in:
parent
41b49281c1
commit
8ad3436c79
28 changed files with 1375 additions and 1289 deletions
|
@ -341,7 +341,7 @@ copy_usage (stream, exit_status)
|
|||
"));
|
||||
list_supported_targets (program_name, stream);
|
||||
if (exit_status == 0)
|
||||
fprintf (stream, REPORT_BUGS_TO);
|
||||
fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
|
||||
exit (exit_status);
|
||||
}
|
||||
|
||||
|
@ -373,7 +373,7 @@ strip_usage (stream, exit_status)
|
|||
|
||||
list_supported_targets (program_name, stream);
|
||||
if (exit_status == 0)
|
||||
fprintf (stream, REPORT_BUGS_TO);
|
||||
fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
|
||||
exit (exit_status);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue