From c161a5c71b0883179e8a6c6b867ebb260fb0a1b7 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 15 Dec 2025 11:31:41 +0100 Subject: [PATCH] fix: Typo in crash popup --- plugins/builtin/romfs/lang/en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/builtin/romfs/lang/en_US.json b/plugins/builtin/romfs/lang/en_US.json index 6d995df8d..f7fe56ca0 100644 --- a/plugins/builtin/romfs/lang/en_US.json +++ b/plugins/builtin/romfs/lang/en_US.json @@ -407,7 +407,7 @@ "hex.builtin.popup.exit_application.title": "Exit Application?", "hex.builtin.popup.waiting_for_tasks.title": "Waiting for Tasks", "hex.builtin.popup.crash_recover.title": "Crash recovery", - "hex.builtin.popup.crash_recover.message": "An exception was thrown, but ImHex was able to catch it and advert a crash", + "hex.builtin.popup.crash_recover.message": "An exception was thrown, but ImHex was able to catch it and avert a crash", "hex.builtin.popup.foreground_task.title": "Please Wait...", "hex.builtin.popup.blocking_task.title": "Running Task", "hex.builtin.popup.blocking_task.desc": "A task is currently executing.",