use checkmark for icon if child exits normally
parent
3d89a68fff
commit
bf0659f07b
|
|
@ -2513,7 +2513,7 @@ pub fn showChildExited(self: *Surface, info: apprt.surface.Message.ChildExited)
|
|||
warning_box.as(gtk.Widget).setValign(.end);
|
||||
|
||||
const warning_text = if (info.exit_code == 0)
|
||||
i18n._("⚠️ Process exited normally. Press any key to close the terminal.")
|
||||
i18n._("✔️ Process exited normally. Press any key to close the terminal.")
|
||||
else
|
||||
i18n._("⚠️ Process exited abnormally. Press any key to close the terminal.");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue