diff options
Diffstat (limited to 'gdb/solib-osf.c')
-rw-r--r-- | gdb/solib-osf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-osf.c b/gdb/solib-osf.c index 151589f..9fd52f8 100644 --- a/gdb/solib-osf.c +++ b/gdb/solib-osf.c @@ -584,7 +584,7 @@ osf_open_symbol_file_object (void *from_ttyp) int found; if (symfile_objfile) - if (!query ("Attempt to reload symbols from process? ")) + if (!query (_("Attempt to reload symbols from process? "))) return 0; /* The first module after /sbin/loader is the main program. */ |