summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEcho419 <thefsnetwork@gmail.com>2012-12-11 12:03:21 +0000
committerEcho419 <thefsnetwork@gmail.com>2012-12-11 12:03:21 +0000
commit7b879331db533c0d2ff739696ea7791a89c1238c (patch)
tree64393f56d47334d9a0c75be877ad3fd8d7be6f3c
parent0a27a631e34230a771ce59d12717b287909ddec7 (diff)
downloadEssentials-7b879331db533c0d2ff739696ea7791a89c1238c.tar
Essentials-7b879331db533c0d2ff739696ea7791a89c1238c.tar.gz
Essentials-7b879331db533c0d2ff739696ea7791a89c1238c.tar.lz
Essentials-7b879331db533c0d2ff739696ea7791a89c1238c.tar.xz
Essentials-7b879331db533c0d2ff739696ea7791a89c1238c.zip
Update Essentials/src/config.yml
trillions => trillion english => English
-rw-r--r--Essentials/src/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index 4b6d816cf..b0c20a1f7 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -248,7 +248,7 @@ debug: false
# Set the locale for all messages
# If you don't set this, the default locale of the server will be used.
-# For example, to set language to english, set locale to en, to use the file "messages_en.properties"
+# For example, to set language to English, set locale to en, to use the file "messages_en.properties"
# Don't forget to remove the # in front of the line
# For more information, visit http://wiki.ess3.net/wiki/Locale
#locale: en
@@ -378,7 +378,7 @@ command-costs:
currency-symbol: '$'
# Set the maximum amount of money a player can have
-# The amount is always limited to 10 trillions because of the limitations of a java double
+# The amount is always limited to 10 trillion because of the limitations of a java double
max-money: 10000000000000
# Set the minimum amount of money a player can have (must be above the negative of max-money).