diff options
Diffstat (limited to 'gdb/remote-sds.c')
-rw-r--r-- | gdb/remote-sds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sds.c b/gdb/remote-sds.c index d516cdf..ab7e11f 100644 --- a/gdb/remote-sds.c +++ b/gdb/remote-sds.c @@ -1123,5 +1123,5 @@ _initialize_remote_sds (void) &showlist); add_com ("sds", class_obscure, sds_command, - "Send a command to the SDS monitor."); + _("Send a command to the SDS monitor.")); } |