aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/solib-svr4.c')
-rw-r--r--gdb/solib-svr4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c
index 5970a7e..781cef5 100644
--- a/gdb/solib-svr4.c
+++ b/gdb/solib-svr4.c
@@ -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. */