Skip to content

Commit

Permalink
Merge pull request #51 from gr8pefish/patch-8
Browse files Browse the repository at this point in the history
Changed one line of text only (for clarity)
  • Loading branch information
tterrag1098 committed Feb 21, 2014
2 parents c8e81b7 + 3c6f252 commit 42718c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tppitweaks/client/gui/modGuides/GuiGuideBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private List<String> 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");
Expand Down

0 comments on commit 42718c9

Please sign in to comment.