Move translated part of bug report string back into .c files so
[deliverable/binutils-gdb.git] / binutils / strings.c
index 65ea92fe4623624461867c053c4e914c11128e3a..7f41c704025964af810661f7542ebc3fc7e7c461 100644 (file)
@@ -509,6 +509,6 @@ Usage: %s [-afov] [-n min-len] [-min-len] [-t {o,x,d}] [-]\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.023629 seconds and 4 git commands to generate.