fix(locale): fix english translation of game.crash.reason.file_changed (#3699)

My mistake in https://github.com/HMCL-dev/HMCL/pull/3367
This commit is contained in:
3gf8jv4dv 2025-03-05 16:02:56 +08:00 committed by GitHub
parent f011a14798
commit 78a5ade35a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -493,9 +493,9 @@ game.crash.reason.fabric_warnings=The Fabric Loader warned:\n\
game.crash.reason.file_already_exists=The game crashed because the file "%1$s" already exists.\n\
\n\
You can try backing up and deleting that file, then relaunching the game.
game.crash.reason.file_changed=The game crashed because the file "%1$s" already exists.\n\
game.crash.reason.file_changed=The game crashed because the file verification failed.\n\
\n\
You can try backing up and deleting that file, then relaunching the game.
If you modified the Minecraft.jar file, you will need to revert the modification or re-download the game.
game.crash.reason.gl_operation_failure=The game crashed because of some mods, shaders, or resource packs.\n\
\n\
Please disable the mods, shaders, or resource packs you are using and then try again.