diff --git a/src/apprt/gtk/Surface.zig b/src/apprt/gtk/Surface.zig index b8b5145af..480907109 100644 --- a/src/apprt/gtk/Surface.zig +++ b/src/apprt/gtk/Surface.zig @@ -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.");