fixed grammar error

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1810 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2008-05-04 01:15:58 +00:00
parent c22e86aa68
commit 4b13730b0c

View File

@@ -24,7 +24,7 @@
WorldsEndGP::WorldsEndGP() : Challenge("worldsendgp","Win the At World's End Grand Prix")
{
setChallengeDescription("Come first in the At World's End\nGrand Prix with 3 'Racer' Level AI karts.");
setFeatureDescription("New Grand Prix: All Track's GP\nand Bonus Preview: Skidding\nnow available.\nSelect 'skidding' as difficulty.");
setFeatureDescription("New Grand Prix: All Tracks GP\nand Bonus Preview: Skidding\nnow available.\nSelect 'skidding' as difficulty.");
setFeature("All tracks");
setFeature("skidding"); // Add Skidding Preview
addDependency("islandfollow");