Move translated part of bug report string back into .c files so
[deliverable/binutils-gdb.git] / gas / as.c
index 12aa2fc913b388e884edfa2673547c8017e0fc87..9bac61da19c353d4591af26bc23535088ed5b2aa 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -323,7 +323,7 @@ Options:\n\
   md_show_usage (stream);
 
   fputc ('\n', stream);
-  fprintf (stream, REPORT_BUGS_TO);
+  fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
 }
 
 /*
This page took 0.023939 seconds and 4 git commands to generate.