@@ -10,14 +10,15 @@ STRINGTABLE
1010 STRING_MUTUAL_EXCLUSIVE, "Error: Options /im and /pid are mutually exclusive.\n"
1111 STRING_CLOSE_PID_SEARCH, "Close message sent to top-level windows of process with PID %1!u!.\n"
1212 STRING_CLOSE_PROC_SRCH, "Close message sent to top-level windows of process ""%1"" with PID %2!u!.\n"
13- STRING_TERM_PID_SEARCH, "Process with PID %1!u! was forcibly terminated.\n"
14- STRING_TERM_PROC_SEARCH, "Process ""%1"" with PID %2!u! was forcibly terminated.\n"
13+ STRING_TERM_PID_SEARCH, "The process with PID %1!u! has been terminated.\n"
14+ STRING_TERM_PROC_SEARCH, "The process ""%1"" with PID %2!u! has been terminated.\n"
1515 STRING_SEARCH_FAILED, "Error: Could not find process ""%1"".\n"
1616 STRING_ENUM_FAILED, "Error: Unable to enumerate the process list.\n"
1717 STRING_TERMINATE_FAILED, "Error: Unable to terminate process ""%1"".\n"
1818 STRING_SELF_TERMINATION, "Error: Process self-termination is not permitted.\n"
19+ // STRING_CLOSE_CHILD, "Sent termination signal to process with PID %1!u!, child of PID %2!u!.\n"
1920 STRING_CLOSE_CHILD, "Close message sent to top-level windows of process with PID %1!u!, child of PID %2!u!.\n"
20- STRING_TERM_CHILD, "Process with PID %1!u! was forcibly terminated, child of PID %2!u!.\n"
21+ STRING_TERM_CHILD, "The process with PID %1!u! ( child process of PID %2!u!) has been terminated .\n"
2122 STRING_TERM_CHILD_FAILED, "Error: Unable to terminate process with PID %1!u!, child of PID %2!u!.\n"
2223 STRING_PARAM_TOO_MUCH, "Error: Invalid syntax. '%1' option is not allowed more than '%2!d!' time(s).\n"
2324 STRING_INVALID_SYNTAX, "Error: Invalid syntax.\n"
0 commit comments