More script string fixes

This fixes spelling, punctuation and grammar in TD and RA missions.
This commit is contained in:
clemty
2015-06-20 23:22:59 +02:00
parent e7a64ffec4
commit 6b6cf8bb48
12 changed files with 24 additions and 24 deletions

View File

@@ -281,7 +281,7 @@ WorldLoaded = function()
end)
GDIObjective = GDI.AddPrimaryObjective("Eliminate all Nod forces in the area.")
NodObjective1 = Nod.AddPrimaryObjective("Kill all civilian which support the GDI.")
NodObjective1 = Nod.AddPrimaryObjective("Kill all civilian GDI supporters.")
InsertNodUnits()
end