Set up English translation for requires/on-hold/ready texts

This commit is contained in:
ScottNZ
2013-10-13 20:54:07 +13:00
parent 6598f0382a
commit 42a4d30162
15 changed files with 54 additions and 17 deletions

View File

@@ -37,8 +37,8 @@ namespace OpenRA.Mods.Cnc.Widgets
public readonly string TooltipContainer;
public readonly string TooltipTemplate = "PRODUCTION_TOOLTIP";
public readonly string ReadyText = "";
public readonly string HoldText = "";
[Translate] public readonly string ReadyText = "";
[Translate] public readonly string HoldText = "";
public string TooltipActor { get; private set; }
public readonly World World;