Lowercase all the tooltip strings
This commit is contained in:
parent
574056203d
commit
a628adfde8
77 changed files with 225 additions and 225 deletions
|
@ -29,7 +29,7 @@ import com.google.common.collect.Multimap;
|
|||
|
||||
public class LivingArmour implements ILivingArmour
|
||||
{
|
||||
public static String chatBase = "chat.BloodMagic.livingArmour.";
|
||||
public static String chatBase = "chat.bloodmagic.livingArmour.";
|
||||
public HashMap<String, StatTracker> trackerMap = new HashMap<String, StatTracker>();
|
||||
public HashMap<String, LivingArmourUpgrade> upgradeMap = new HashMap<String, LivingArmourUpgrade>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue