From bf01c05412d277ad059c409b5b693ce1a455dbcd Mon Sep 17 00:00:00 2001 From: auria Date: Sat, 14 Jan 2012 19:29:02 +0000 Subject: [PATCH] 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 --- src/challenges/challenge_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/challenges/challenge_data.cpp b/src/challenges/challenge_data.cpp index 62e2c1005..739b6f6df 100644 --- a/src/challenges/challenge_data.cpp +++ b/src/challenges/challenge_data.cpp @@ -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;