daily update
[deliverable/binutils-gdb.git] / gdb / monitor.c
index 773a704d8d554c271b8da9675e0a9f6865122da9..5557998c8076b5bad662dace95d80f4a0aa30482 100644 (file)
@@ -1008,8 +1008,8 @@ monitor_interrupt_query (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)? ")))
     {
       target_mourn_inferior ();
       deprecated_throw_reason (RETURN_QUIT);
This page took 0.023454 seconds and 4 git commands to generate.