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