use checkmark for icon if child exits normally

pull/7836/head
Jeffrey C. Ollie 2025-07-07 11:52:13 -05:00
parent 3d89a68fff
commit bf0659f07b
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 1 additions and 1 deletions

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