mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
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:
@ -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.",
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user