aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/ShiftLotto.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftLotto.cs')
-rw-r--r--ShiftOS.WinForms/Applications/ShiftLotto.cs4
1 files changed, 2 insertions, 2 deletions
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()