From aa55f2c97ff24d8eb4331c395f749301c3984c0b Mon Sep 17 00:00:00 2001 From: William Moorehouse Date: Thu, 18 Jun 2015 14:33:04 -0400 Subject: [PATCH] Reverted string changes --- TrueCraft.Launcher/Views/OptionView.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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