summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-12-10 18:25:28 +0100
committerest31 <MTest31@outlook.com>2015-12-10 19:08:03 +0100
commit8e3602f6949026b740bd190c0d21a75cf5720eeb (patch)
treed6a8a8a1b85d2a820974999f8ac3c4eae2c994bd /minetest.conf.example
parenta64d78a37e95b99f32c29c8dec2e0cdae85a8b41 (diff)
downloadminetest-8e3602f6949026b740bd190c0d21a75cf5720eeb.tar.gz
minetest-8e3602f6949026b740bd190c0d21a75cf5720eeb.tar.bz2
minetest-8e3602f6949026b740bd190c0d21a75cf5720eeb.zip
Fix some setting documentation
* Horizontal and vertical are used wrongly. Use height and width because horizontal/vertical describes different things. Thanks @kilbith for pointing out. * Update minetest.conf.example and settings_translation_file.cpp * Correct maximum/minimum copy paste mistake.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 37d622d3d..34d618fd5 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -451,15 +451,15 @@
# viewing_range_nodes_max = 160
# The allowed adjustment range for the automatic rendering range adjustment.
-# Set this to be equal to viewing range minimum to disable the auto-adjustment algorithm.
+# Set this to be equal to viewing range maximum to disable the auto-adjustment algorithm.
# type: int
# viewing_range_nodes_min = 35
-# Vertical initial window size.
+# Width component of the initial window size.
# type: int
# screenW = 800
-# Horizontal initial window size.
+# Height component of the initial window size.
# type: int
# screenH = 600
@@ -1243,7 +1243,7 @@
# 6 = "Mandy Cousin" julia set.
# 7 = "Variation" mandelbrot set.
# 8 = "Variation" julia set.
-# type: int
+# type: int min: 1 max: 8
# mgfractal_formula = 1
# Iterations of the recursive function.