diff options
Diffstat (limited to 'gdb/inftarg.c')
-rw-r--r-- | gdb/inftarg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inftarg.c b/gdb/inftarg.c index 1d0b286..f7e9192 100644 --- a/gdb/inftarg.c +++ b/gdb/inftarg.c @@ -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); |