diff options
Diffstat (limited to 'gdb/nto-procfs.c')
-rw-r--r-- | gdb/nto-procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index 0f7b3468d17..ac67ad89e3a 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -518,7 +518,7 @@ procfs_attach (char *args, int from_tty) int pid; if (!args) - error_no_arg ("process-id to attach"); + error_no_arg (_("process-id to attach")); pid = atoi (args); |