2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index 4527ba9e8e9d3de7767db9bd5390ef8742c1fb9b..404ffe46645db29e04f99e2ab1acc9e4c934a408 100644 (file)
@@ -2113,7 +2113,7 @@ gnu_attach (char *args, int from_tty)
   struct inf *inf = cur_inf ();
 
   if (!args)
-    error_no_arg ("process-id to attach");
+    error_no_arg (_("process-id to attach"));
 
   pid = atoi (args);
 
This page took 0.02544 seconds and 4 git commands to generate.