Fix typo + improve challenges on the map (more are now visible on the minimap)

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10665 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2012-01-14 19:29:02 +00:00
parent 55b18bdbba
commit bf01c05412

View File

@ -189,7 +189,7 @@ ChallengeData::ChallengeData(const std::string& filename)
{
description += core::stringw(L"\n");
//I18N: nitro points needed to win a challenge
description += _("Collect %i points of nitr", m_energy);
description += _("Collect %i points of nitro", m_energy);
}
m_challenge_description = description;