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:
auria 2013-10-29 23:59:04 +00:00
parent 43e9d17eeb
commit 42cf2c292a
4 changed files with 218 additions and 185 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -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;

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 += _("Find all Easter Eggs");
name1 += _("Explore traks to find all hidden eggs");
w2->addItem( name1, IDENT_EASTER,
RaceManager::getIconOf(RaceManager::MINOR_MODE_EASTER_EGG));