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