aboutsummaryrefslogtreecommitdiff
path: root/gdb/maint.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/maint.c')
-rw-r--r--gdb/maint.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/maint.c b/gdb/maint.c
index 243adad..3b898b3 100644
--- a/gdb/maint.c
+++ b/gdb/maint.c
@@ -861,11 +861,11 @@ of time passes without a response from the target, an error occurs.",
add_setshow_boolean_cmd ("profile", class_maintenance,
- &maintenance_profile_p, "\
-Set internal profiling.", "\
-Show internal profiling.", "\
-When enabled GDB is profiled.",
- NULL, /* PRINT: Internal profiling is %s. */
+ &maintenance_profile_p, _("\
+Set internal profiling."), _("\
+Show internal profiling."), _("\
+When enabled GDB is profiled."),
+ NULL, /* FIXME: i18n: Internal profiling is %s. */
maintenance_set_profile_cmd, NULL,
&maintenance_set_cmdlist,
&maintenance_show_cmdlist);