Move translated part of bug report string back into .c files so
[deliverable/binutils-gdb.git] / binutils / objdump.c
index 81c79f4bb470bfbb2321a9362d353fc89fefacf7..9c83a63ee36ecfb5185b1387c1802520455bb51a 100644 (file)
@@ -274,7 +274,7 @@ usage (stream, status)
       disassembler_usage (stream);
     }
   if (status == 0)
-    fprintf (stream, REPORT_BUGS_TO);
+    fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
   exit (status);
 }
 
This page took 0.023506 seconds and 4 git commands to generate.