+2010-09-08 Tom Tromey <tromey@redhat.com>
+
+ * breakpoint.c (create_breakpoint): Add missing _().
+
2010-09-08 Doug Evans <dje@google.com>
* dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
/* If pending breakpoint support is auto query and the user
selects no, then simply return the error code. */
if (pending_break_support == AUTO_BOOLEAN_AUTO
- && !nquery ("Make breakpoint pending on future shared library load? "))
+ && !nquery (_("Make breakpoint pending on future shared library load? ")))
return 0;
/* At this point, either the user was queried about setting