diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-12-12 17:06:26 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-12-12 17:06:26 +0000 |
commit | 323e0a4a75ca3bbcd29e9eaa8d04c08a8db12d27 (patch) | |
tree | a9d9bee842a916e76268bd6715ac6d7cb0abd124 /gdb/abug-rom.c | |
parent | 39ee2ff0da5594221eb8fc5789e002a3b14df2f2 (diff) | |
download | gdb-323e0a4a75ca3bbcd29e9eaa8d04c08a8db12d27.zip gdb-323e0a4a75ca3bbcd29e9eaa8d04c08a8db12d27.tar.gz gdb-323e0a4a75ca3bbcd29e9eaa8d04c08a8db12d27.tar.bz2 |
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.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/abug-rom.c b/gdb/abug-rom.c index e548539..aeec716 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); |