summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIP.java
diff options
context:
space:
mode:
Diffstat (limited to 'EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIP.java')
-rw-r--r--EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIP.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIP.java b/EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIP.java
index fc0854870..ee5363c27 100644
--- a/EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIP.java
+++ b/EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIP.java
@@ -18,7 +18,7 @@ public class EssentialsGeoIP extends JavaPlugin
final IEssentials ess = (IEssentials)plugin.getEssentials();
if (!this.getDescription().getVersion().equals(plugin.getDescription().getVersion()))
{
- getLogger().log(Level.WARNING, _("Version mismatch! Please update all Essentials jars to the same version."));
+ getLogger().log(Level.WARNING, _("ยง4Version mismatch! Please update all Essentials jars to the same version."));
}
if (!plugin.isEnabled())
{