From 242c9bc36e490daee0fbe74da1feae3fefa76579 Mon Sep 17 00:00:00 2001 From: ANAND Date: Sat, 23 Feb 2019 06:42:33 +0530 Subject: Remove 's' from 'automatic forwards' (#8272) --- src/client/game.cpp | 4 ++-- src/settings_translation_file.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/client/game.cpp b/src/client/game.cpp index 28f6a90ed..37680dda3 100644 --- a/src/client/game.cpp +++ b/src/client/game.cpp @@ -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) 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"); -- cgit v1.2.3