From 27472852a2e57107bfb663fed84c91641da42674 Mon Sep 17 00:00:00 2001 From: si458 Date: Fri, 1 Aug 2025 14:21:53 +0100 Subject: [PATCH] forgot translate for killing process #7197 Signed-off-by: si458 --- views/default.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default.handlebars b/views/default.handlebars index 03c11a9f..c1b69a62 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -15268,7 +15268,7 @@ 16: "Started file management session \"{0}\" from {1} to {2}", 17: "Processing console command: \"{0}\"", 18: "Displaying message box, title=\"{0}\", message=\"{1}\"", - 19: "Killing process {0}", + 19: "Killing process {0} ({1})", 20: "Opening: {0}", 21: "Getting clipboard content, {0} byte(s)", 22: "Setting clipboard content, {0} byte(s)",