Add missing [Translate]s to support power widgets

This commit is contained in:
ScottNZ
2013-10-15 14:40:50 +13:00
parent 24b33891a7
commit a7b7b68a2e
2 changed files with 4 additions and 4 deletions

View File

@@ -21,8 +21,8 @@ namespace OpenRA.Mods.Cnc.Widgets
{ {
public class SupportPowersWidget : Widget public class SupportPowersWidget : Widget
{ {
public readonly string ReadyText = ""; [Translate] public readonly string ReadyText = "";
public readonly string HoldText = ""; [Translate] public readonly string HoldText = "";
public readonly string TooltipContainer; public readonly string TooltipContainer;
public readonly string TooltipTemplate = "SUPPORT_POWER_TOOLTIP"; public readonly string TooltipTemplate = "SUPPORT_POWER_TOOLTIP";

View File

@@ -20,8 +20,8 @@ namespace OpenRA.Mods.RA.Widgets
{ {
class SupportPowerBinWidget : Widget class SupportPowerBinWidget : Widget
{ {
public string ReadyText = ""; [Translate] public string ReadyText = "";
public string HoldText = ""; [Translate] public string HoldText = "";
Animation icon; Animation icon;
Animation clock; Animation clock;