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/Shiftnet.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ShiftOS.WinForms/Applications/Shiftnet.cs') diff --git a/ShiftOS.WinForms/Applications/Shiftnet.cs b/ShiftOS.WinForms/Applications/Shiftnet.cs index 136f680..7b506eb 100644 --- a/ShiftOS.WinForms/Applications/Shiftnet.cs +++ b/ShiftOS.WinForms/Applications/Shiftnet.cs @@ -46,10 +46,10 @@ namespace ShiftOS.WinForms.Applications // //READ THE DAMN SHIFTOS CODING GUIDELINES. - [Launcher("Shiftnet", true, "al_shiftnet", "Networking")] + [Launcher("{TITLE_SHIFTNET}", true, "al_shiftnet", "{AL_NETWORKING}")] [MultiplayerOnly] - [DefaultTitle("Shiftnet")] - [WinOpen("shiftnet")] + [DefaultTitle("{TITLE_SHIFTNET}")] + [WinOpen("{WO_SHIFTNET}")] [RequiresUpgrade("victortran_shiftnet")] [DefaultIcon("iconShiftnet")] public partial class Shiftnet : UserControl, IShiftOSWindow, IShiftnetClient -- cgit v1.2.3