From 3ab96f266bc8b20cfce06138e6e775b79ee4572b Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Tue, 1 Aug 2023 07:03:57 +0200 Subject: [PATCH] gtk: add missing space in close dialog and add newline See before/after screenshots. Before, without the space, it's wrong. I fixed that and added a newline, since a big paragraph like that looks a bit wrong in a dialog popup. --- src/apprt/gtk.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apprt/gtk.zig b/src/apprt/gtk.zig index 2943a4752..a5fabc577 100644 --- a/src/apprt/gtk.zig +++ b/src/apprt/gtk.zig @@ -806,7 +806,7 @@ pub const Surface = struct { @ptrCast(alert), "There is still a running process in the terminal. " ++ "Closing the terminal will kill this process. " ++ - "Are you sure you want to close the terminal?" ++ + "Are you sure you want to close the terminal?\n\n" ++ "Click 'No' to cancel and return to your terminal.", );