summaryrefslogtreecommitdiff
path: root/src/settings_translation_file.cpp
diff options
context:
space:
mode:
authorotdav33 <odavies@dread.life>2018-05-29 12:38:58 -0400
committerSmallJoker <SmallJoker@users.noreply.github.com>2018-05-29 18:38:58 +0200
commit3f0720e721a2f4360fd0397a67ad57e0adc30f79 (patch)
tree95d6b360da58b208d3b724e093090c1fd9b172e7 /src/settings_translation_file.cpp
parent7f7678e4e30fdae3722c3f75d4dc6488364d853e (diff)
downloadminetest-3f0720e721a2f4360fd0397a67ad57e0adc30f79.tar.gz
minetest-3f0720e721a2f4360fd0397a67ad57e0adc30f79.tar.bz2
minetest-3f0720e721a2f4360fd0397a67ad57e0adc30f79.zip
Add crossview support (#7361)
Diffstat (limited to 'src/settings_translation_file.cpp')
-rw-r--r--src/settings_translation_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp
index ec0c0db6b..f94bfb3f2 100644
--- a/src/settings_translation_file.cpp
+++ b/src/settings_translation_file.cpp
@@ -286,7 +286,7 @@ fake_function() {
gettext("Fall bobbing factor");
gettext("Multiplier for fall bobbing.\nFor example: 0 for no view bobbing; 1.0 for normal; 2.0 for double.");
gettext("3D mode");
- gettext("3D support.\nCurrently supported:\n- none: no 3d output.\n- anaglyph: cyan/magenta color 3d.\n- interlaced: odd/even line based polarisation screen support.\n- topbottom: split screen top/bottom.\n- sidebyside: split screen side by side.\n- pageflip: quadbuffer based 3d.\nNote that the interlaced mode requires shaders to be enabled.");
+ gettext("3D support.\nCurrently supported:\n- none: no 3d output.\n- anaglyph: cyan/magenta color 3d.\n- interlaced: odd/even line based polarisation screen support.\n- topbottom: split screen top/bottom.\n- sidebyside: split screen side by side.\n- crossview: cross-eyed 3d viewing.\n- pageflip: quadbuffer based 3d.\nNote that the interlaced mode requires shaders to be enabled.");
gettext("Console height");
gettext("In-game chat console height, between 0.1 (10%) and 1.0 (100%).");
gettext("Console color");