1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Remove 's' from 'automatic forwards' (#8272)

This commit is contained in:
ANAND 2019-02-23 06:42:33 +05:30 committed by Paramat
parent 85389ad994
commit 242c9bc36e
3 changed files with 4 additions and 4 deletions

View 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)