From 1877a18ebbf62b3c8537110175d6d2442643faf3 Mon Sep 17 00:00:00 2001 From: 3gf8jv4dv <3gf8jv4dv@gmail.com> Date: Sun, 27 Oct 2024 22:07:03 +0800 Subject: [PATCH] Fix en language missing a line break (#3403) --- HMCL/src/main/resources/assets/lang/I18N.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HMCL/src/main/resources/assets/lang/I18N.properties b/HMCL/src/main/resources/assets/lang/I18N.properties index 843b8c529..e8ac9aa9e 100644 --- a/HMCL/src/main/resources/assets/lang/I18N.properties +++ b/HMCL/src/main/resources/assets/lang/I18N.properties @@ -438,7 +438,7 @@ game.crash.reason.duplicated_mod=The game cannot continue to run due to duplicat %2$s\n\ \n\ Each mod can only be installed once, please delete the duplicate mod and try again. -game.crash.reason.entity=The game crashed due to an entity in world. +game.crash.reason.entity=The game crashed due to an entity in world.\n\ \n\ You can try removing this entity using MCEdit or delete that mod that added it.\n\ \n\