Fix whitespace in objectives

This commit is contained in:
Scott_NZ
2013-01-02 02:20:58 +13:00
parent c836d69385
commit 1ec3b2ffe2
3 changed files with 5 additions and 5 deletions

View File

@@ -35,8 +35,8 @@ namespace OpenRA.Mods.RA.Missions
const int DestroyID = 0;
const string Destroy = "A pitiful excuse for resistance has blockaded itself in this village."
+ "Stalin has decided to make an example of them. Kill them all and destroy their homes."
+ "You will have Yak aircraft to use in teaching these rebels a lesson.";
+ " Stalin has decided to make an example of them. Kill them all and destroy their homes."
+ " You will have Yak aircraft to use in teaching these rebels a lesson.";
World world;