diff options
Diffstat (limited to 'gdb/tui/tui-regs.c')
-rw-r--r-- | gdb/tui/tui-regs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tui/tui-regs.c b/gdb/tui/tui-regs.c index abb92a4..f7626b4 100644 --- a/gdb/tui/tui-regs.c +++ b/gdb/tui/tui-regs.c @@ -582,8 +582,8 @@ static struct cmd_list_element *tuireglist; static void tui_reg_command (char *args, int from_tty) { - printf_unfiltered ("\"tui reg\" must be followed by the name of a " - "tui reg command.\n"); + printf_unfiltered (_("\"tui reg\" must be followed by the name of a " + "tui reg command.\n")); help_list (tuireglist, "tui reg ", -1, gdb_stdout); } |