2009-02-25 Hui Zhu <teawater@gmail.com>
[deliverable/binutils-gdb.git] / gdb / solib-irix.c
index 003f5221565275b3e24f175c5399847e6c0800fa..8409e6fa045d358310cce6540b6458eb25a31a65 100644 (file)
@@ -611,7 +611,7 @@ irix_open_symbol_file_object (void *from_ttyp)
   char *filename;
 
   if (symfile_objfile)
-    if (!query ("Attempt to reload symbols from process? "))
+    if (!query (_("Attempt to reload symbols from process? ")))
       return 0;
 
   if ((debug_base = locate_base ()) == 0)
This page took 0.024979 seconds and 4 git commands to generate.