Add missing [Translate]s to support power widgets
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user