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

@@ -41,7 +41,7 @@ namespace OpenRA.Mods.RA.Missions
const int DestroyID = 1;
const string Destroy = "Secure the laboratory and destroy the rest of the Soviet base. Ensure that the laboratory is not destroyed.";
const string Infiltrate = "The Soviets are currently developing a new defensive system named the \"Iron Curtain\" at their main research laboratory."
+ "Get our {0} into the laboratory undetected.";
+ " Get our {0} into the laboratory undetected.";
Actor lstEntryPoint;
Actor lstUnloadPoint;