Add missing line from commit fb18375 (ext. editor)
authorThorsten Maerz <info@netztorte.de>
Fri, 19 Mar 2021 15:57:50 +0000 (16:57 +0100)
committerThorsten Maerz <info@netztorte.de>
Fri, 19 Mar 2021 15:57:50 +0000 (16:57 +0100)
src/compose.c

index 13fbb0af5e096b779c5b6183a1d5e4db2a4d498f..30ecf5da388171252ff0f6dd2ef640afe80b2508 100644 (file)
@@ -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);