diff options
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index b73e6fad094..66e8328a284 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -2142,8 +2142,8 @@ mips_kill (void) target_terminal_ours (); - if (query ("Interrupted while waiting for the program.\n\ -Give up (and stop debugging it)? ")) + if (query (_("Interrupted while waiting for the program.\n\ +Give up (and stop debugging it)? "))) { /* Clean up in such a way that mips_close won't try to talk to the board (it almost surely won't work since we weren't able to talk to |