Move translated part of bug report string back into .c files so
[deliverable/binutils-gdb.git] / gas / gasp.c
index dcceccf515329f144f4087356bc16ce843c6a5c3..a8f56192aeeb3cb96568d74713373347274b6a85 100644 (file)
@@ -3551,7 +3551,7 @@ Usage: %s \n\
   [-Ipath]                        add to include path list\n\
   [in-file]\n"));
   if (status == 0)
-    printf (REPORT_BUGS_TO);
+    printf (_("Report bugs to %s\n"), REPORT_BUGS_TO);
   exit (status);
 }
 
This page took 0.024123 seconds and 4 git commands to generate.