diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 59fee8b..e5c2971 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -4637,8 +4637,8 @@ handle_command (char *args, int from_tty) case TARGET_SIGNAL_INT: if (!allsigs && !sigs[signum]) { - if (query ("%s is used by the debugger.\n\ -Are you sure you want to change it? ", target_signal_to_name ((enum target_signal) signum))) + if (query (_("%s is used by the debugger.\n\ +Are you sure you want to change it? "), target_signal_to_name ((enum target_signal) signum))) { sigs[signum] = 1; } |