From 78a5ade35a5ad8e4dddf019065300abd90282e48 Mon Sep 17 00:00:00 2001 From: 3gf8jv4dv <3gf8jv4dv@gmail.com> Date: Wed, 5 Mar 2025 16:02:56 +0800 Subject: [PATCH] fix(locale): fix english translation of `game.crash.reason.file_changed` (#3699) My mistake in https://github.com/HMCL-dev/HMCL/pull/3367 --- HMCL/src/main/resources/assets/lang/I18N.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HMCL/src/main/resources/assets/lang/I18N.properties b/HMCL/src/main/resources/assets/lang/I18N.properties index 7c3ab1713..c880d02cc 100644 --- a/HMCL/src/main/resources/assets/lang/I18N.properties +++ b/HMCL/src/main/resources/assets/lang/I18N.properties @@ -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.