summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorWuzzy <wuzzy2@mail.ru>2019-01-20 19:49:17 +0100
committerParamat <paramat@users.noreply.github.com>2019-01-20 18:49:17 +0000
commitdf6670b28a2f4e1f6094b617a25792a70400b66d (patch)
tree3e18c5b42de5e1ab219fbab907c9d93525803cad /minetest.conf.example
parent9512c2986e2d5b8388860a51cce2a75f37e67bf6 (diff)
downloadminetest-df6670b28a2f4e1f6094b617a25792a70400b66d.tar.gz
minetest-df6670b28a2f4e1f6094b617a25792a70400b66d.tar.bz2
minetest-df6670b28a2f4e1f6094b617a25792a70400b66d.zip
Make advanced settings noiseparams strings translatable (#8062)
Various minor language improvements in settingtypes.txt.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example10
1 files changed, 5 insertions, 5 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 773100759..6c9177c10 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -1602,7 +1602,7 @@
# high_precision_fpu = true
# Changes the main menu UI:
-# - Full: Multple singleplayer worlds, game choice, texture pack chooser, etc.
+# - Full: Multiple singleplayer worlds, game choice, texture pack chooser, etc.
# - Simple: One singleplayer world, no game or texture pack choosers. May be
# necessary for smaller screens.
# - Auto: Simple on Android, full on everything else.
@@ -2382,7 +2382,7 @@
# flags = eased
# }
-# 2D noise that controls the size/occurance of rolling hills.
+# 2D noise that controls the size/occurrence of rolling hills.
# type: noise_params_2d
# mgcarpathian_np_hills_terrain = {
# offset = 1,
@@ -2395,7 +2395,7 @@
# flags = eased
# }
-# 2D noise that controls the size/occurance of ridged mountain ranges.
+# 2D noise that controls the size/occurrence of ridged mountain ranges.
# type: noise_params_2d
# mgcarpathian_np_ridge_terrain = {
# offset = 1,
@@ -2408,7 +2408,7 @@
# flags = eased
# }
-# 2D noise that controls the size/occurance of step mountain ranges.
+# 2D noise that controls the size/occurrence of step mountain ranges.
# type: noise_params_2d
# mgcarpathian_np_step_terrain = {
# offset = 1,
@@ -2786,7 +2786,7 @@
# Map generation attributes specific to Mapgen Valleys.
# 'altitude_chill': Reduces heat with altitude.
-# 'humid_rivers': Increases humidity around rivers and where water pools.
+# 'humid_rivers': Increases humidity around rivers.
# 'vary_river_depth': If enabled, low humidity and high heat causes rivers
# to become shallower and occasionally dry.
# 'altitude_dry': Reduces humidity with altitude.