diff options
Diffstat (limited to 'gdb/thread.c')
-rw-r--r-- | gdb/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/thread.c b/gdb/thread.c index 9202bec..249f096 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -693,7 +693,7 @@ The new thread ID must be currently known.", &thread_cmd_list, "thread ", 1, &cm &thread_apply_list, "apply ", 1, &thread_cmd_list); add_cmd ("all", class_run, thread_apply_all_command, - "Apply a command to all threads.", &thread_apply_list); + _("Apply a command to all threads."), &thread_apply_list); if (!xdb_commands) add_com_alias ("t", "thread", class_run, 1); |