diff --git a/OpenRA.Mods.TS/UtilityCommands/LegacyTilesetImporter.cs b/OpenRA.Mods.TS/UtilityCommands/LegacyTilesetImporter.cs index 77fd7c81d3..78d7d9b52c 100644 --- a/OpenRA.Mods.TS/UtilityCommands/LegacyTilesetImporter.cs +++ b/OpenRA.Mods.TS/UtilityCommands/LegacyTilesetImporter.cs @@ -87,7 +87,7 @@ namespace OpenRA.Mods.TS.UtilityCommands images.Add(variant); } - Console.WriteLine("\t\tImage: {0}", images.JoinWith(", ")); + Console.WriteLine("\t\tImages: {0}", images.JoinWith(", ")); var templateWidth = s.ReadUInt32(); var templateHeight = s.ReadUInt32();