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