2005-02-14 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / target.c
index 48d6c390393a6788de3cb27566df92bf073ca52f..e061c721fe90a2b5167db0e135f27bc7730190c2 100644 (file)
@@ -2562,13 +2562,13 @@ command.", &setdebuglist),
      &showdebuglist);
 
   add_setshow_boolean_cmd ("trust-readonly-sections", class_support, 
-                          &trust_readonly, "\
-Set mode for reading from readonly sections.""\
-Show mode for reading from readonly sections.""\
+                          &trust_readonly, _("\
+Set mode for reading from readonly sections."), _("\
+Show mode for reading from readonly sections."), _("\
 When this mode is on, memory reads from readonly sections (such as .text)\n\
 will be read from the object file instead of from the target.  This will\n\
-result in significant performance improvement for remote targets.",
-                          NULL, /* PRINT: Mode for reading from readonly sections is %s.  */
+result in significant performance improvement for remote targets."),
+                          NULL, /* FIXME: i18n: Mode for reading from readonly sections is %s.  */
                           NULL, NULL,
                           &setlist, &showlist);
 
This page took 0.026703 seconds and 4 git commands to generate.