Merge pull request #3941 from ScottNZ/bleed

Add missing [Translate]s to support power widgets
This commit is contained in:
Matthias Mailänder
2013-10-15 08:19:49 -07:00
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 readonly string ReadyText = "";
public readonly string HoldText = "";
[Translate] public readonly string ReadyText = "";
[Translate] public readonly string HoldText = "";
public readonly string TooltipContainer;
public readonly string TooltipTemplate = "SUPPORT_POWER_TOOLTIP";

View File

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