From 96a10ce92c7bfbe776453aead81f7fca35e836ff Mon Sep 17 00:00:00 2001 From: Benau Date: Mon, 29 Feb 2016 10:59:42 +0800 Subject: [PATCH] Update strings --- data/gui/help3.stkgui | Bin 8562 -> 8564 bytes src/states_screens/options_screen_ui.cpp | 2 +- src/states_screens/race_setup_screen.cpp | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/gui/help3.stkgui b/data/gui/help3.stkgui index dfe2f9dfd63b73f651da601147bf18effc3b44b8..469b2bf99326251196f885c1ca27e8fec7ecfb8d 100644 GIT binary patch delta 135 zcmez5^u=j|4}Z1-LkL3#LncEpg91Y?Lq0A(0Gg7>Pzf|Yk0E`tqIf9d=6M1SST}DG3uE5w IAZ5f30O_+HKmY&$ delta 131 zcmez3^vP+15C7&b+(C?+c?2J@8v8TkG2}2*GAJ-)0$B("perPlayerDifficulty"); assert( difficulty != NULL ); difficulty->setState( UserConfigParams::m_per_player_difficulty ); - difficulty->setTooltip(_("Players can select handicapped (more difficult) profiles on the kart selection screen")); + difficulty->setTooltip(_("In multiplayer mode, players can select handicapped (more difficult) profiles on the kart selection screen")); CheckBoxWidget* show_login = getWidget("show-login"); assert( show_login!= NULL ); diff --git a/src/states_screens/race_setup_screen.cpp b/src/states_screens/race_setup_screen.cpp index 2766b25db..6d49ce8f0 100644 --- a/src/states_screens/race_setup_screen.cpp +++ b/src/states_screens/race_setup_screen.cpp @@ -111,12 +111,12 @@ void RaceSetupScreen::init() irr::core::stringw name4 = irr::core::stringw( RaceManager::getNameOf(RaceManager::MINOR_MODE_3_STRIKES)) + L"\n"; //FIXME: avoid duplicating descriptions from the help menu! - name4 += _("Hit others with weapons until they lose all their lives (only in multiplayer games)."); + name4 += _("Hit others with weapons until they lose all their lives."); w2->addItem( name4, IDENT_STRIKES, RaceManager::getIconOf(RaceManager::MINOR_MODE_3_STRIKES)); irr::core::stringw name5 = irr::core::stringw( RaceManager::getNameOf(RaceManager::MINOR_MODE_SOCCER)) + L"\n"; - name5 += _("Push the ball to the opposite cage to score goals (only in multiplayer games)."); + name5 += _("Push the ball to the opposite cage to score goals."); w2->addItem( name5, IDENT_SOCCER, RaceManager::getIconOf(RaceManager::MINOR_MODE_SOCCER)); #define ENABLE_EASTER_EGG_MODE