2009-02-25 Hui Zhu <teawater@gmail.com>
[deliverable/binutils-gdb.git] / gdb / symfile.c
index 6a0a8e510435d78714dbfe2566fe53161cc629ac..63b5c1d8444e19a122cc71bfc836a25bd6d290b6 100644 (file)
@@ -968,7 +968,7 @@ symbol_file_add_with_addrs_or_offsets (bfd *abfd, int from_tty,
   if ((have_full_symbols () || have_partial_symbols ())
       && mainline
       && from_tty
-      && !query ("Load new symbol table from \"%s\"? ", name))
+      && !query (_("Load new symbol table from \"%s\"? "), name))
     error (_("Not confirmed."));
 
   objfile = allocate_objfile (abfd, flags);
This page took 0.024166 seconds and 4 git commands to generate.