fix: Typo in crash popup

This commit is contained in:
WerWolv 2025-12-15 11:31:41 +01:00
parent 76ccdbccea
commit c161a5c71b
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@
"hex.builtin.popup.exit_application.title": "Exit Application?", "hex.builtin.popup.exit_application.title": "Exit Application?",
"hex.builtin.popup.waiting_for_tasks.title": "Waiting for Tasks", "hex.builtin.popup.waiting_for_tasks.title": "Waiting for Tasks",
"hex.builtin.popup.crash_recover.title": "Crash recovery", "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.foreground_task.title": "Please Wait...",
"hex.builtin.popup.blocking_task.title": "Running Task", "hex.builtin.popup.blocking_task.title": "Running Task",
"hex.builtin.popup.blocking_task.desc": "A task is currently executing.", "hex.builtin.popup.blocking_task.desc": "A task is currently executing.",