diff options
Diffstat (limited to 'gdb/cli/cli-script.c')
-rw-r--r-- | gdb/cli/cli-script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-script.c b/gdb/cli/cli-script.c index a7f56d0..d17e67a 100644 --- a/gdb/cli/cli-script.c +++ b/gdb/cli/cli-script.c @@ -1379,7 +1379,7 @@ define_command (char *comname, int from_tty) { warning (_("Your new `%s' command does not hook any existing command."), comfull); - if (!query ("Proceed? ")) + if (!query (_("Proceed? "))) error (_("Not confirmed.")); } } |