Fixed "bots" not getting translated in Lobby dropdowns
This commit is contained in:
committed by
abcdefg30
parent
145f6abc09
commit
68ca09e896
@@ -80,7 +80,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
}
|
||||
}
|
||||
|
||||
options.Add(bots.Count > 0 ? Bots : BotsDisabled, bots);
|
||||
options.Add(bots.Count > 0 ? modData.Translation.GetString(Bots) : modData.Translation.GetString(BotsDisabled), bots);
|
||||
|
||||
Func<SlotDropDownOption, ScrollItemWidget, ScrollItemWidget> setupItem = (o, itemTemplate) =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user