diff options
Diffstat (limited to 'gdb/remote-st.c')
-rw-r--r-- | gdb/remote-st.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/remote-st.c b/gdb/remote-st.c index 47b9ec3..24ae989 100644 --- a/gdb/remote-st.c +++ b/gdb/remote-st.c @@ -797,8 +797,8 @@ _initialize_remote_st2000 (void) init_st2000_ops (); add_target (&st2000_ops); add_com ("st2000 <command>", class_obscure, st2000_command, - "Send a command to the STDBUG monitor."); - add_com ("connect", class_obscure, connect_command, - "Connect the terminal directly up to the STDBUG command monitor.\n\ -Use <CR>~. or <CR>~^D to break out."); + _("Send a command to the STDBUG monitor.")); + add_com ("connect", class_obscure, connect_command, _("\ +Connect the terminal directly up to the STDBUG command monitor.\n\ +Use <CR>~. or <CR>~^D to break out.")); } |