diff options
author | updatepo.sh <script@mt> | 2020-04-03 23:17:42 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2020-04-03 23:19:36 +0200 |
commit | 6940e5a191e14c024a123d91a66855ff298c5b84 (patch) | |
tree | 55867f531efc92b5865422dfceab1e10375dc46f /src | |
parent | 65884816be554313afbbb94033b39e51a2155316 (diff) | |
download | minetest-6940e5a191e14c024a123d91a66855ff298c5b84.tar.gz minetest-6940e5a191e14c024a123d91a66855ff298c5b84.tar.bz2 minetest-6940e5a191e14c024a123d91a66855ff298c5b84.zip |
Update minetest.conf.example, settings_translation_file.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/settings_translation_file.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp index 0e38e5c73..9156580c0 100644 --- a/src/settings_translation_file.cpp +++ b/src/settings_translation_file.cpp @@ -286,8 +286,8 @@ fake_function() { gettext("Open the pause menu when the window's focus is lost. Does not pause if a formspec is\nopen."); gettext("Viewing range"); gettext("View distance in nodes."); - gettext("Near clipping plane"); - gettext("Camera 'near clipping plane' distance in nodes, between 0 and 0.5.\nMost users will not need to change this.\nIncreasing can reduce artifacting on weaker GPUs.\n0.1 = Default, 0.25 = Good value for weaker tablets."); + gettext("Near plane"); + gettext("Camera 'near clipping plane' distance in nodes, between 0 and 0.25\nOnly works on GLES platforms. Most users will not need to change this.\nIncreasing can reduce artifacting on weaker GPUs.\n0.1 = Default, 0.25 = Good value for weaker tablets."); gettext("Screen width"); gettext("Width component of the initial window size."); gettext("Screen height"); |