2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / inftarg.c
index 1d0b2861d029a18ac2b53eda8f4a3ab97efdda67..f7e919248f3e0fd55a8623528fd4614c30c20184 100644 (file)
@@ -182,7 +182,7 @@ child_attach (char *args, int from_tty)
   char *dummy;
 
   if (!args)
-    error_no_arg ("process-id to attach");
+    error_no_arg (_("process-id to attach"));
 
   dummy = args;
   pid = strtol (args, &dummy, 0);
This page took 0.042268 seconds and 4 git commands to generate.