Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
3gf8jv4dv committed Nov 1, 2024
1 parent 812e162 commit eff4703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HMCL/src/main/resources/assets/lang/I18N.properties
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ game.crash.reason.graphics_driver=The game crashed due to a problem with your gr
If your PC has a discrete graphics card, you need to check whether the game uses integrated/core graphics. If so, please open the launcher using your discrete graphics card. If the problem persists, you probably should consider using a new graphics card or a new PC.\n\
\n\
If you are using your integrated graphics card, please notice that Minecraft 1.16.5 or earlier requires <a href="https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html">Java 1.8.0_51 or earlier</a> for Intel(R) Core(TM) 3000 processor series or earlier.
game.crash.reason.macos_failed_to_find_service_port_for_display=The current game cannot continue due to a failure to initialize the OpenGL window on the Apple silicon platform.\n\
game.crash.reason.macos_failed_to_find_service_port_for_display=The game cannot continue due to a failure to initialize the OpenGL window on the Apple silicon platform.\n\
\n\
For this problem, HMCL does not have direct solutions at the moment. Please try opening any browser and going fullscreen, then return to HMCL, launch the game, and <b>quickly return to the browser page</b> before the game window pops up, wait for the game window to appear, and then switch back to the game window.
game.crash.reason.illegal_access_error=The game crashed due to some mod(s).\n\
Expand Down Expand Up @@ -571,12 +571,12 @@ game.crash.reason.memory_exceeded=The game crashed due to too much memory alloca
game.crash.reason.mod=The game crashed due to the mod "%1$s".\n\
\n\
You may update or delete the mod and then try again.
game.crash.reason.mod_resolution=The game crashed due to mod resolution failure.\n\
game.crash.reason.mod_resolution=The game cannot continue to run due to mod dependency problems.\n\
\n\
Fabric provided the following details:\n\
\n\
%1$s
game.crash.reason.forgemod_resolution=The game crashed due to mod resolution failure.\n\
game.crash.reason.forgemod_resolution=The game cannot continue to run due to mod dependency problems.\n\
\n\
Forge/NeoForge provided the following details:\n\
%1$s
Expand Down

0 comments on commit eff4703

Please sign in to comment.