summaryrefslogtreecommitdiff
path: root/gdb/abug-rom.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-12-12 17:06:26 +0000
committerAndrew Cagney <cagney@redhat.com>2004-12-12 17:06:26 +0000
commitafb1cce950f14fa7a64d78b2c39ecb3266fbad9a (patch)
treed92d80262213c70e97dea46e3975b4d6cd24178d /gdb/abug-rom.c
parentf0031b6d3ae9b164b3747986ab898190bd4dcf8c (diff)
downloadgdb-afb1cce950f14fa7a64d78b2c39ecb3266fbad9a.tar.gz
2004-11-27 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
Committed by Andrw Cagney. * abug-rom.c, ada-lang.c, ada-typeprint.c, alpha-tdep.c: i18n markup.
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);