diff options
Diffstat (limited to 'gdb/mi/mi-cmds.c')
-rw-r--r-- | gdb/mi/mi-cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mi/mi-cmds.c b/gdb/mi/mi-cmds.c index 918676d..e174910 100644 --- a/gdb/mi/mi-cmds.c +++ b/gdb/mi/mi-cmds.c @@ -241,7 +241,7 @@ build_table (struct mi_cmd *commands) struct mi_cmd **entry = lookup_table (command->name); if (*entry) internal_error (__FILE__, __LINE__, - "command `%s' appears to be duplicated", + _("command `%s' appears to be duplicated"), command->name); *entry = command; if (0) |