1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 20:11:21 +02:00

Use correct translations with color

This commit is contained in:
snowleo
2013-04-06 15:45:27 +02:00
parent 96342bc6ce
commit 0387d18ce2
146 changed files with 536 additions and 536 deletions

View File

@@ -40,7 +40,7 @@ public class EssentialsXMPP extends JavaPlugin implements IEssentialsXMPP
ess = plugin.getEssentials();
if (!this.getDescription().getVersion().equals(plugin.getDescription().getVersion()))
{
LOGGER.log(Level.WARNING, _("Version mismatch! Please update all Essentials jars to the same version."));
LOGGER.log(Level.WARNING, _("§4Version mismatch! Please update all Essentials jars to the same version."));
}
if (!plugin.isEnabled())
{