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.
This commit is contained in:
Thorsten Ball
2023-08-01 07:03:57 +02:00
parent 4b3b42bc54
commit 3ab96f266b

View File

@ -806,7 +806,7 @@ pub const Surface = struct {
@ptrCast(alert), @ptrCast(alert),
"There is still a running process in the terminal. " ++ "There is still a running process in the terminal. " ++
"Closing the terminal will kill this process. " ++ "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.", "Click 'No' to cancel and return to your terminal.",
); );