diff --git a/OpenRA.Mods.Common/Widgets/Logic/Ingame/GameInfoStatsLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Ingame/GameInfoStatsLogic.cs index fa503b561b..6f1b3cebaa 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/Ingame/GameInfoStatsLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Ingame/GameInfoStatsLogic.cs @@ -260,7 +260,10 @@ namespace OpenRA.Mods.Common.Widgets.Logic : TranslationProvider.GetString(pp.Faction.Name); } else + { flag.GetImageName = () => pp.DisplayFaction.InternalName; + factionName = TranslationProvider.GetString(factionName); + } WidgetUtils.TruncateLabelToTooltip(item.Get("FACTION"), factionName);