]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/dsrec.c
2005-02-10 Andrew Cagney <cagney@gnu.org>
[thirdparty/binutils-gdb.git] / gdb / dsrec.c
index 2ca91fe5e2119fa902fbf4392b82ec39ebf09a20..367b1a7baf629cd211e70cb8c732221d53fdeedb 100644 (file)
@@ -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');
       }