mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
Add missing _() marker in error message.
gdb/ChangeLog: * mi/mi-main.c (mi_cmd_remove_inferior): Use _() marker for error message. Change spelling of "can not" into "cannot".
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2010-12-23 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* mi/mi-main.c (mi_cmd_remove_inferior): Use _() marker for error
|
||||
message. Change spelling of "can not" into "cannot".
|
||||
|
||||
2010-12-23 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* arm-tdep.c (arm_gdbarch_init): Remove invoke to
|
||||
|
@ -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 ())
|
||||
{
|
||||
|
Reference in New Issue
Block a user