diff --git a/OpenRA.Mods.TS/TSLoadScreen.cs b/OpenRA.Mods.TS/TSLoadScreen.cs index bfb726866d..2d2c5b813b 100644 --- a/OpenRA.Mods.TS/TSLoadScreen.cs +++ b/OpenRA.Mods.TS/TSLoadScreen.cs @@ -21,7 +21,7 @@ namespace OpenRA.Mods.TS public class TSLoadScreen : ILoadScreen { Dictionary Info; - static string[] Comments = new[] { "Updating EVA installation..." }; + static string[] Comments = new[] { "Updating EVA installation...", "Changing perspective..." }; Stopwatch lastLoadScreen = new Stopwatch(); Rectangle StripeRect;