diff options
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index bb3e3e8..83df64e 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -692,7 +692,7 @@ delete_trace_command (char *args, int from_tty) if (from_tty) /* confirm only if from_tty... */ if (tracepoint_chain) /* and if there are tracepoints to delete! */ - if (!query ("Delete all tracepoints? ")) + if (!query (_("Delete all tracepoints? "))) return; map_args_over_tracepoints (args, from_tty, delete_op); |