diff options
Diffstat (limited to 'gdb/m32r-rom.c')
-rw-r--r-- | gdb/m32r-rom.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/m32r-rom.c b/gdb/m32r-rom.c index 1a93ca2..1f47592 100644 --- a/gdb/m32r-rom.c +++ b/gdb/m32r-rom.c @@ -580,8 +580,8 @@ Determine the IP address for download server (GDB's host computer)."), NULL, /* FIXME: i18n: IP address for download server (GDB's host computer) is %s. */ NULL, NULL, &setlist, &showlist); - add_com ("upload", class_obscure, m32r_upload_command, - "Upload the srec file via the monitor's Ethernet upload capability."); + add_com ("upload", class_obscure, m32r_upload_command, _("\ +Upload the srec file via the monitor's Ethernet upload capability.")); - add_com ("tload", class_obscure, m32r_load, "test upload command."); + add_com ("tload", class_obscure, m32r_load, _("test upload command.")); } |