summaryrefslogtreecommitdiff
path: root/gdb/dsrec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dsrec.c')
-rw-r--r--gdb/dsrec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dsrec.c b/gdb/dsrec.c
index 2ca91fe5e21..367b1a7baf6 100644
--- a/gdb/dsrec.c
+++ b/gdb/dsrec.c
@@ -127,7 +127,7 @@ load_srec (struct serial *desc, const char *file, bfd_vma load_offset,
if (deprecated_ui_load_progress_hook)
if (deprecated_ui_load_progress_hook (section_name,
(unsigned long) i))
- error ("Canceled the download");
+ error (_("Canceled the download"));
}
while (waitack != NULL && !waitack ());
@@ -141,7 +141,7 @@ load_srec (struct serial *desc, const char *file, bfd_vma load_offset,
if (deprecated_ui_load_progress_hook)
if (deprecated_ui_load_progress_hook (section_name,
(unsigned long) i))
- error ("Canceled the download");
+ error (_("Canceled the download"));
putchar_unfiltered ('\n');
}