summaryrefslogtreecommitdiff
path: root/gdb/sh3-rom.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/sh3-rom.c')
-rw-r--r--gdb/sh3-rom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/sh3-rom.c b/gdb/sh3-rom.c
index 3a01e257fe0..7177b762fc3 100644
--- a/gdb/sh3-rom.c
+++ b/gdb/sh3-rom.c
@@ -276,7 +276,7 @@ sh3_open (char *args, int from_tty)
parallel = serial_open (parallel_port_name);
if (!parallel)
- perror_with_name ("Unable to open parallel port.");
+ perror_with_name (_("Unable to open parallel port."));
parallel_in_use = 1;
}
@@ -330,7 +330,7 @@ sh3e_open (char *args, int from_tty)
parallel = serial_open (parallel_port_name);
if (!parallel)
- perror_with_name ("Unable to open parallel port.");
+ perror_with_name (_("Unable to open parallel port."));
parallel_in_use = 1;
}