summaryrefslogtreecommitdiff
path: root/gdb/abug-rom.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/abug-rom.c')
-rw-r--r--gdb/abug-rom.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/abug-rom.c b/gdb/abug-rom.c
index e54853913c9..aeec716144a 100644
--- a/gdb/abug-rom.c
+++ b/gdb/abug-rom.c
@@ -173,9 +173,9 @@ _initialize_abug_rom (void)
init_monitor_ops (&abug_ops);
abug_ops.to_shortname = "abug";
- abug_ops.to_longname = "ABug monitor";
- abug_ops.to_doc = "Debug via the ABug monitor.\n\
-Specify the serial device it is connected to (e.g. /dev/ttya).";
+ abug_ops.to_longname = _("ABug monitor");
+ abug_ops.to_doc = _("Debug via the ABug monitor.\n\
+Specify the serial device it is connected to (e.g. /dev/ttya).");
abug_ops.to_open = abug_open;
add_target (&abug_ops);