From 96ce6318360f05aaf703f4b71638dee8339c6f0a Mon Sep 17 00:00:00 2001 From: snowleo Date: Sat, 6 Apr 2013 05:45:36 +0200 Subject: Update default messages to latest from 2.9 branch --- EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIPPlayerListener.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'EssentialsGeoIP/src') diff --git a/EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIPPlayerListener.java b/EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIPPlayerListener.java index 582c0f95a..857b170a0 100644 --- a/EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIPPlayerListener.java +++ b/EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIPPlayerListener.java @@ -94,7 +94,7 @@ public class EssentialsGeoIPPlayerListener implements Listener, IReload } if (Permissions.GEOIP_SHOW.isAuthorized(player)) { - player.sendMessage(_("Player {0} comes from {1}", player.getDisplayName(), builder.toString())); + player.sendMessage(_("Player {0} comes from {1}.", player.getDisplayName(), builder.toString())); } } } @@ -156,7 +156,7 @@ public class EssentialsGeoIPPlayerListener implements Listener, IReload OutputStream output = null; try { - LOGGER.log(Level.INFO, _("Downloading GeoIP database ... this might take a while (country: 0.6 MB, city: 20MB)")); + LOGGER.log(Level.INFO, _("Downloading GeoIP database... this might take a while (country: 0.6 MB, city: 20MB)")); final URL downloadUrl = new URL(url); final URLConnection conn = downloadUrl.openConnection(); conn.setConnectTimeout(10000); -- cgit v1.2.3