From 3c6f25271a6fdf3faaaf49e55cc63f1ac9bfd682 Mon Sep 17 00:00:00 2001 From: gr8pefish Date: Fri, 21 Feb 2014 14:07:07 -0700 Subject: [PATCH] Changed one line of text only (for clarity) --- src/tppitweaks/client/gui/modGuides/GuiGuideBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tppitweaks/client/gui/modGuides/GuiGuideBase.java b/src/tppitweaks/client/gui/modGuides/GuiGuideBase.java index a345cd7..ca2a280 100644 --- a/src/tppitweaks/client/gui/modGuides/GuiGuideBase.java +++ b/src/tppitweaks/client/gui/modGuides/GuiGuideBase.java @@ -149,7 +149,7 @@ private List getLines() lines.add(""); if (body.startsWith("<")) { - body = "No information for this mod yet! " + "Use /tppi mods [modname] to get a link to a helpful webpage for this mod, " + "or contribute some documentation on the github!"; + body = "No in-game information for this mod yet! " + "Use /tppi mods [modname] to get a link to a helpful webpage for this mod, " + "or contribute some documentation on the github!"; } FontRenderer render = this.mc.fontRenderer; String[] paragraphs = body.split("\n");