Merge pull request #216 from mitchellh/mrn/gtk-close-dialog

gtk: add missing space in close dialog and add newline
This commit is contained in:
Mitchell Hashimoto
2023-08-01 08:09:21 -07:00
committed by GitHub

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.",
); );