Move translated part of bug report string back into .c files so
[deliverable/binutils-gdb.git] / binutils / objcopy.c
index f6048b7fd2d2c283e006e20bd9e0e31fe963d342..bd30eaa382bf7f60fc21407fbb4aa6f94e9acd8d 100644 (file)
@@ -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);
 }
 
This page took 0.035918 seconds and 4 git commands to generate.