diff options
Diffstat (limited to 'gdb/mi/mi-main.c')
-rw-r--r-- | gdb/mi/mi-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index 6f66e89..f713412 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c @@ -1773,7 +1773,7 @@ mi_cmd_remove_inferior (char *command, char **argv, int argc) error ("the specified thread group does not exist"); if (inf->pid != 0) - error ("can not remove an active inferior"); + error (_("cannot remove an active inferior")); if (inf == current_inferior ()) { |