summaryrefslogtreecommitdiff
path: root/gdb/dummy-frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dummy-frame.c')
-rw-r--r--gdb/dummy-frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dummy-frame.c b/gdb/dummy-frame.c
index 10596b9bc62..2d4c0975536 100644
--- a/gdb/dummy-frame.c
+++ b/gdb/dummy-frame.c
@@ -258,7 +258,7 @@ void
_initialize_dummy_frame (void)
{
add_cmd ("dummy-frames", class_maintenance, maintenance_print_dummy_frames,
- "Print the contents of the internal dummy-frame stack.",
+ _("Print the contents of the internal dummy-frame stack."),
&maintenanceprintlist);
}