diff options
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r-- | gdb/inflow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c index 420acb9850b..2961a3928e1 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -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; |