From 3f2225ebbed5915d0a017f8c8f213e144bae1a60 Mon Sep 17 00:00:00 2001 From: AppleTheGolden Date: Sun, 23 Feb 2020 20:32:56 +0100 Subject: [PATCH] Phrasing --- src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.rs b/src/commands.rs index 4bb3f9c..2f6a577 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -77,7 +77,7 @@ macro_rules! static_image_command { static_text_command! { new_forge bsforge, "Forge in 1.13.2 and above is not supported in MultiMC.", "For more info, please read https://multimc.org/posts/forge-114.html"; install_java ijava, "Please install Java 8:", "https://github.com/MultiMC/MultiMC5/wiki/Using-the-right-Java"; - too_much_ram tmram vazkiiram, "Too much RAM is bad for performance:", "https://vazkii.net/#blog/ram-explanation"; + too_much_ram tmram vazkiiram, "Allocating too much RAM to Minecraft is bad for performance:", "https://vazkii.net/#blog/ram-explanation"; } // Format: Name (Optional Alias1 Alias2...) , Image Link (, Optional Message) ;