Fix a typo in bunzip2..
[deliverable/binutils-gdb.git] / gdb / inflow.c
index c2537350a5186d8e3ed3f0b6be7765ca012aaa08..2961a3928e1d76bd910142efea75de9803b10af1 100644 (file)
@@ -429,11 +429,11 @@ child_terminal_info (char *args, int from_tty)
 {
   if (!gdb_has_a_terminal ())
     {
-      printf_filtered ("This GDB does not control a terminal.\n");
+      printf_filtered (_("This GDB does not control a terminal.\n"));
       return;
     }
 
-  printf_filtered ("Inferior's terminal status (currently saved by GDB):\n");
+  printf_filtered (_("Inferior's terminal status (currently saved by GDB):\n"));
 
   /* First the fcntl flags.  */
   {
@@ -590,7 +590,7 @@ kill_command (char *arg, int from_tty)
      print the state we are left in.  */
   if (target_has_stack)
     {
-      printf_filtered ("In %s,\n", target_longname);
+      printf_filtered (_("In %s,\n"), target_longname);
       if (deprecated_selected_frame == NULL)
        fputs_filtered ("No selected stack frame.\n", gdb_stdout);
       else
@@ -734,10 +734,10 @@ void
 _initialize_inflow (void)
 {
   add_info ("terminal", term_info,
-           "Print inferior's saved terminal status.");
+           _("Print inferior's saved terminal status."));
 
   add_com ("kill", class_run, kill_command,
-          "Kill execution of program being debugged.");
+          _("Kill execution of program being debugged."));
 
   inferior_ptid = null_ptid;
 
This page took 0.027696 seconds and 4 git commands to generate.