Tech Reborn

Tech Reborn

30M Downloads

Make tooltips use lang file

4rz0 opened this issue ยท 2 comments

commented

There are several instances where tooltip text is hardcoded.
I suggest making it use the lang file.

Example:

tooltip.add(TextFormatting.RED + "WIP Coming Soon");

tooltip.add(TextFormatting.RED + "WIP Coming Soon");

tooltip.add(TextFormatting.RED + "Damages entity's!");

commented

I could've sworn I went around and localised all these...

commented

More eyes see more ;D