Update egg hunt name/description and update .pot file with all latest strings
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14345 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
43e9d17eeb
commit
42cf2c292a
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -180,7 +180,7 @@ public:
|
||||
//I18N: Game mode
|
||||
case MINOR_MODE_3_STRIKES: return _("3 Strikes Battle");
|
||||
//I18N: Game mode
|
||||
case MINOR_MODE_EASTER_EGG: return _("Easter Egg Hunt");
|
||||
case MINOR_MODE_EASTER_EGG: return _("Egg Hunt");
|
||||
//I18N: Game mode
|
||||
case MINOR_MODE_SOCCER: return _("Soccer");
|
||||
default: assert(false); return NULL;
|
||||
|
@ -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 += _("Find all Easter Eggs");
|
||||
name1 += _("Explore traks to find all hidden eggs");
|
||||
|
||||
w2->addItem( name1, IDENT_EASTER,
|
||||
RaceManager::getIconOf(RaceManager::MINOR_MODE_EASTER_EGG));
|
||||
|
Loading…
Reference in New Issue
Block a user