Move translated part of bug report string back into .c files so
[deliverable/binutils-gdb.git] / binutils / size.c
index 52d00356d65c0ca87c3032a688f689623d85d2ca..fefb8db3ca10d3cd831190cf775e927baf867576 100644 (file)
@@ -86,7 +86,7 @@ Usage: %s [-ABdoxV] [--format=berkeley|sysv] [--radix=8|10|16]\n\
 #endif
   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.023604 seconds and 4 git commands to generate.