diff options
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/ManagedFile.java')
-rw-r--r-- | Essentials/src/com/earth2me/essentials/ManagedFile.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Essentials/src/com/earth2me/essentials/ManagedFile.java b/Essentials/src/com/earth2me/essentials/ManagedFile.java index 84daefdef..3fa46d5c3 100644 --- a/Essentials/src/com/earth2me/essentials/ManagedFile.java +++ b/Essentials/src/com/earth2me/essentials/ManagedFile.java @@ -1,6 +1,6 @@ package com.earth2me.essentials; -import static com.earth2me.essentials.I18n._; +import static com.earth2me.essentials.I18n.tl; import java.io.*; import java.math.BigInteger; import java.security.DigestInputStream; @@ -47,7 +47,7 @@ public class ManagedFile } catch (IOException ex) { - Bukkit.getLogger().log(Level.SEVERE, _("itemsCsvNotLoaded"), ex); + Bukkit.getLogger().log(Level.SEVERE, tl("itemsCsvNotLoaded"), ex); } } } |