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:
parent
55b18bdbba
commit
bf01c05412
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user