Move moxie stack out in memory.
[deliverable/binutils-gdb.git] / gdb / inflow.c
index 972b52ef733d539a204d05de1c287cd13ccef72b..d7401ca6e2c9dee8ce44f1092c5569c171234890 100644 (file)
@@ -607,7 +607,7 @@ kill_command (char *arg, int from_tty)
 
   if (ptid_equal (inferior_ptid, null_ptid))
     error (_("The program is not being run."));
-  if (!query ("Kill the program being debugged? "))
+  if (!query (_("Kill the program being debugged? ")))
     error (_("Not confirmed."));
   target_kill ();
 
This page took 0.023072 seconds and 4 git commands to generate.