Slightly improved confusing error message

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7210 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-01-01 21:29:55 +00:00
parent 4710bd172b
commit 74c0c19688

View File

@ -144,7 +144,7 @@ ChallengeData::ChallengeData(const std::string& filename)
if (getFeatures().size() == 0)
{
error("missing unlocked features");
error("features to unlock");
}
std::vector< std::string > deps;