summaryrefslogtreecommitdiff
path: root/src/settings_translation_file.cpp
diff options
context:
space:
mode:
authorANAND <ClobberXD@gmail.com>2019-02-23 06:42:33 +0530
committerParamat <paramat@users.noreply.github.com>2019-02-23 01:12:33 +0000
commit242c9bc36e490daee0fbe74da1feae3fefa76579 (patch)
tree2972dedcaa916ca8f3d130a7f4d60ae1f65a345f /src/settings_translation_file.cpp
parent85389ad9949fa3ffca85aa65e577a70547bcd211 (diff)
downloadminetest-242c9bc36e490daee0fbe74da1feae3fefa76579.tar.gz
minetest-242c9bc36e490daee0fbe74da1feae3fefa76579.tar.bz2
minetest-242c9bc36e490daee0fbe74da1feae3fefa76579.zip
Remove 's' from 'automatic forwards' (#8272)
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 77022a4f3..61d2fa9ce 100644
--- a/src/settings_translation_file.cpp
+++ b/src/settings_translation_file.cpp
@@ -98,7 +98,7 @@ fake_function() {
gettext("Key for increasing the volume.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
gettext("Dec. volume key");
gettext("Key for decreasing the volume.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
- gettext("Automatic forwards key");
+ gettext("Automatic forward key");
gettext("Key for toggling autoforward.\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");