diff --git a/TrueCraft.Launcher/Views/OptionView.cs b/TrueCraft.Launcher/Views/OptionView.cs index 9b895eb..519a57b 100644 --- a/TrueCraft.Launcher/Views/OptionView.cs +++ b/TrueCraft.Launcher/Views/OptionView.cs @@ -149,7 +149,7 @@ namespace TrueCraft.Launcher.Views void OfficialAssetsButton_Clicked(object sender, EventArgs e) { var result = MessageDialog.AskQuestion("Download Mojang assets", - "This will download the official Minecraft assets from Mojang. " + + "This will download the official Minecraft assets from Mojang.\n\n" + "By proceeding you agree to the Mojang asset guidelines:\n\n" + "https://account.mojang.com/terms#brand\n\n" + "Proceed?", @@ -169,7 +169,7 @@ namespace TrueCraft.Launcher.Views stream.Dispose(); var jar = ZipFile.Read(ms); var zip = new ZipFile(); - zip.AddEntry("pack.txt", "The default look of Minecraft"); + zip.AddEntry("pack.txt", "Minecraft textures"); CopyBetweenZips("pack.png", jar, zip); CopyBetweenZips("terrain.png", jar, zip); // TODO: Items, windows, etc