use checkmark for icon if child exits normally

This commit is contained in:
Jeffrey C. Ollie
2025-07-07 11:52:13 -05:00
parent 3d89a68fff
commit bf0659f07b

View File

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