diff options
author | Rui <Rui-Minetest@users.noreply.github.com> | 2016-08-30 12:40:48 +0900 |
---|---|---|
committer | est31 <est31@users.noreply.github.com> | 2016-08-30 05:40:48 +0200 |
commit | 3b0f7659c75f24f4ae2411c7ab49fe150e1911c1 (patch) | |
tree | 574abe37fec8dd45ba6b5eb8950a2814e59785ab /src/settings_translation_file.cpp | |
parent | 1f2ff860f53438e8afacc859cc6f48ebfcfc21db (diff) | |
download | minetest-3b0f7659c75f24f4ae2411c7ab49fe150e1911c1.tar.gz minetest-3b0f7659c75f24f4ae2411c7ab49fe150e1911c1.tar.bz2 minetest-3b0f7659c75f24f4ae2411c7ab49fe150e1911c1.zip |
Document keymap_autorun in settingtypes.txt and minetest.conf.example (#4486)
Diffstat (limited to 'src/settings_translation_file.cpp')
-rw-r--r-- | src/settings_translation_file.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp index 4b6a50b80..bebada2f8 100644 --- a/src/settings_translation_file.cpp +++ b/src/settings_translation_file.cpp @@ -71,6 +71,8 @@ fake_function() { gettext("Key for toggling fast mode.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"); gettext("Noclip key"); gettext("Key for toggling noclip mode.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"); + gettext("Autorun key"); + gettext("Key for toggling autorun.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"); gettext("Cinematic mode key"); gettext("Key for toggling cinematic mode.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"); gettext("Minimap key"); |