Archived
0

Improve descriptions

This commit is contained in:
Dico200
2017-05-29 14:09:25 +02:00
parent 102e999f13
commit 5441ea077c
5 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ public class ModInventory extends ModAbstract
@Override
public String getDescription()
{
return "Controls contents of " + inventoryType.name().toLowerCase() + "s upon placement";
return "Controls " + inventoryType.name().toLowerCase() + " placement content";
}
@Override