Add sys_fcntl argument interfaces to linux_record_tdep.
[deliverable/binutils-gdb.git] / gdb / maint.c
index 489234cbe0c9c91aa522938ac011398551ca4e76..56cafe9ae3ee08d8cc275e231ed60ce1961b0d59 100644 (file)
@@ -98,7 +98,7 @@ maintenance_command (char *args, int from_tty)
 static void
 maintenance_dump_me (char *args, int from_tty)
 {
-  if (query ("Should GDB dump core? "))
+  if (query (_("Should GDB dump core? ")))
     {
 #ifdef __DJGPP__
       /* SIGQUIT by default is ignored, so use SIGABRT instead.  */
This page took 0.027203 seconds and 4 git commands to generate.