Add missing _() marker in error message.
[deliverable/binutils-gdb.git] / gdb / mi / mi-main.c
index 6f66e89ecbc3b28b28ddcc87effb00ee6e2da1c8..f7134124abcd2afdcb15f98707943e788df99a34 100644 (file)
@@ -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 ())
     {
This page took 0.02858 seconds and 4 git commands to generate.