2011-10-13 Nick Clifton <nickc@redhat.com>
[deliverable/binutils-gdb.git] / binutils / ar.c
index f8c977abcdcfcbdb917a25ea5b5114102c600180..7b3c3fa0229dd312607a93dd5e061c9a5b989dc0 100644 (file)
@@ -1031,7 +1031,7 @@ write_archive (bfd *iarch)
   new_name = make_tempname (old_name);
 
   if (new_name == NULL)
-    bfd_fatal ("could not create temporary file whilst writing archive");
+    bfd_fatal (_("could not create temporary file whilst writing archive"));
 
   output_filename = new_name;
 
This page took 0.02454 seconds and 4 git commands to generate.