aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/cli/cli-cmds.c')
-rw-r--r--gdb/cli/cli-cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c
index 23ea710..ed3cd8b 100644
--- a/gdb/cli/cli-cmds.c
+++ b/gdb/cli/cli-cmds.c
@@ -336,7 +336,7 @@ cd_command (char *dir, int from_tty)
dont_repeat ();
if (dir == 0)
- error_no_arg ("new working directory");
+ error_no_arg (_("new working directory"));
dir = tilde_expand (dir);
make_cleanup (xfree, dir);