2009-02-25 Hui Zhu <teawater@gmail.com>
[deliverable/binutils-gdb.git] / gdb / solib-svr4.c
index 5970a7e4a7e036ba6a6855c3297d81a028944ad3..781cef5380b31c839f25e749dc89856ba6542047 100644 (file)
@@ -845,7 +845,7 @@ open_symbol_file_object (void *from_ttyp)
   struct cleanup *cleanups = make_cleanup (xfree, l_name_buf);
 
   if (symfile_objfile)
-    if (!query ("Attempt to reload symbols from process? "))
+    if (!query (_("Attempt to reload symbols from process? ")))
       return 0;
 
   /* Always locate the debug struct, in case it has moved.  */
This page took 0.023353 seconds and 4 git commands to generate.