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