2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / remote-utils.c
index 8bfa8646e8ea8f45140a04398e6bf6603dfb2d3c..d4775ad631e0016819503e920ee17c9638e161e3 100644 (file)
@@ -282,7 +282,7 @@ sr_write (char *a, int l)
   int i;
 
   if (serial_write (sr_get_desc (), a, l) != 0)
-    perror_with_name ("sr_write: Error writing to remote");
+    perror_with_name (_("sr_write: Error writing to remote"));
 
   if (sr_get_debug () > 0)
     for (i = 0; i < l; i++)
This page took 0.025355 seconds and 4 git commands to generate.