Remove 's' from 'automatic forwards' (#8272)
authorANAND <ClobberXD@gmail.com>
Sat, 23 Feb 2019 01:12:33 +0000 (06:42 +0530)
committerParamat <paramat@users.noreply.github.com>
Sat, 23 Feb 2019 01:12:33 +0000 (01:12 +0000)
builtin/settingtypes.txt
src/client/game.cpp
src/settings_translation_file.cpp

index 209a37b2aa5b2bc076f5d0884ca09581153f6f3a..5bfd46fc466b7f6fbadb86b78bda0d6fc811ef09 100644 (file)
@@ -244,7 +244,7 @@ keymap_decrease_volume (Dec. volume key) key
 
 #    Key for toggling autoforward.
 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
-keymap_autoforward (Automatic forwards key) key
+keymap_autoforward (Automatic forward key) key
 
 #    Key for toggling cinematic mode.
 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
index 28f6a90ed8b3db045da603c8e7ce41bdfe09e47c..37680dda38df1dd5fe9f73a8dcdbc49bc392c72f 100644 (file)
@@ -2178,9 +2178,9 @@ void Game::toggleAutoforward()
        g_settings->set("continuous_forward", bool_to_cstr(autorun_enabled));
 
        if (autorun_enabled)
-               m_game_ui->showTranslatedStatusText("Automatic forwards enabled");
+               m_game_ui->showTranslatedStatusText("Automatic forward enabled");
        else
-               m_game_ui->showTranslatedStatusText("Automatic forwards disabled");
+               m_game_ui->showTranslatedStatusText("Automatic forward disabled");
 }
 
 void Game::toggleMinimap(bool shift_pressed)
index 77022a4f370d48b973098c579dfcdaf76573c1c2..61d2fa9cec0477f62987a7d2f02f4a6f129a6580 100644 (file)
@@ -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");