2009-02-25 Hui Zhu <teawater@gmail.com>
[deliverable/binutils-gdb.git] / gdb / target.c
index 0848fb7dc4f74c9ee9f20f650e4b7937f6a0c49c..b89d5511c4a31c2b3932f95eb5ab52ac7fae1786 100644 (file)
@@ -341,7 +341,7 @@ kill_or_be_killed (int from_tty)
     {
       printf_unfiltered (_("You are already running a program:\n"));
       target_files_info ();
-      if (query ("Kill it? "))
+      if (query (_("Kill it? ")))
        {
          target_kill ();
          if (target_has_execution)
This page took 0.025772 seconds and 4 git commands to generate.