Lowercase all the tooltip strings
This commit is contained in:
parent
574056203d
commit
a628adfde8
77 changed files with 225 additions and 225 deletions
|
@ -105,10 +105,10 @@ public class ClientHandler
|
|||
int amount = GhostItemHelper.getItemGhostAmount(stack);
|
||||
if (amount == 0)
|
||||
{
|
||||
event.getToolTip().add(TextHelper.localize("tooltip.BloodMagic.ghost.everything"));
|
||||
event.getToolTip().add(TextHelper.localize("tooltip.bloodmagic.ghost.everything"));
|
||||
} else
|
||||
{
|
||||
event.getToolTip().add(TextHelper.localize("tooltip.BloodMagic.ghost.amount", amount));
|
||||
event.getToolTip().add(TextHelper.localize("tooltip.bloodmagic.ghost.amount", amount));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue