From 5fd343195be5632ba341031953d4a4e6d9317253 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 18 Jun 2017 20:31:19 -0400 Subject: Localize a lot of the window titles --- ShiftOS.WinForms/Applications/ShiftLotto.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShiftOS.WinForms/Applications/ShiftLotto.cs') diff --git a/ShiftOS.WinForms/Applications/ShiftLotto.cs b/ShiftOS.WinForms/Applications/ShiftLotto.cs index 03d051b..125d9e5 100644 --- a/ShiftOS.WinForms/Applications/ShiftLotto.cs +++ b/ShiftOS.WinForms/Applications/ShiftLotto.cs @@ -34,11 +34,11 @@ using ShiftOS.Engine; namespace ShiftOS.WinForms.Applications { - [Launcher("ShiftLotto", true, "al_shiftlotto", "Games")] + [Launcher("{TITLE_SHIFTLOTTO}", true, "al_shiftlotto", "{AL_GAMES}")] [MultiplayerOnly] [DefaultIcon("iconShiftLotto")] [RequiresUpgrade("shiftlotto")] - [WinOpen("shiftlotto")] + [WinOpen("{WO_SHIFTLOTTO}")] public partial class ShiftLotto : UserControl, IShiftOSWindow { public ShiftLotto() -- cgit v1.2.3