From 4722e687fac235335c36e48b7f722dad1a40d120 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Sun, 4 Nov 2012 21:31:23 +0000 Subject: [PATCH] Code comments. --- Essentials/src/com/earth2me/essentials/Settings.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Essentials/src/com/earth2me/essentials/Settings.java b/Essentials/src/com/earth2me/essentials/Settings.java index ca78aca7b..b178f4c8e 100644 --- a/Essentials/src/com/earth2me/essentials/Settings.java +++ b/Essentials/src/com/earth2me/essentials/Settings.java @@ -558,6 +558,8 @@ public class Settings implements ISettings return config.getString("locale", ""); } + //This method should always only return one character due to the implementation of the calling methods + //If you need to use a string currency, for example "coins", use the translation key 'currency'. @Override public String getCurrencySymbol() {