Fixed typo.

I'm not sure if full update .pot file is needed.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14348 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
deveee 2013-10-30 08:24:51 +00:00
parent 8eaea2b1ba
commit 6b9f69d2b2
2 changed files with 2 additions and 2 deletions

View File

@ -943,7 +943,7 @@ msgid "Expert"
msgstr ""
#: src/states_screens/race_setup_screen.cpp:309
msgid "Explore traks to find all hidden eggs"
msgid "Explore tracks to find all hidden eggs"
msgstr ""
#. I18N: shown when a player is hit by a rubber ball. %1 is the

View File

@ -306,7 +306,7 @@ void RaceSetupScreen::init()
irr::core::stringw name1 = irr::core::stringw(
RaceManager::getNameOf(RaceManager::MINOR_MODE_EASTER_EGG)) + L"\n";
//FIXME: avoid duplicating descriptions from the help menu!
name1 += _("Explore traks to find all hidden eggs");
name1 += _("Explore tracks to find all hidden eggs");
w2->addItem( name1, IDENT_EASTER,
RaceManager::getIconOf(RaceManager::MINOR_MODE_EASTER_EGG));