commit eac8e5b6236274f232d989da12c5e7464cf720d0
parent 463ae3621f682349102984ee60ee75cd2c62d0b7
Author: Thorsten Maerz <info@netztorte.de>
Date: Fri, 19 Mar 2021 16:57:50 +0100
Add missing line from commit fb18375 (ext. editor)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compose.c b/src/compose.c
@@ -9771,7 +9771,7 @@ static gboolean compose_ext_editor_kill(Compose *compose)
msg = g_strdup_printf
(_("The external editor is still working.\n"
"Force terminating the process?\n"
- "process group id: %d"), -pid);
+ "process id: %d"), pid);
val = alertpanel_full(_("Notice"), msg, _("_No"), _("_Yes"),
NULL, ALERTFOCUS_FIRST, FALSE, NULL,
ALERT_WARNING);