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/Downloader.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ShiftOS.WinForms/Applications/Downloader.cs') diff --git a/ShiftOS.WinForms/Applications/Downloader.cs b/ShiftOS.WinForms/Applications/Downloader.cs index bcad56a..0c280f6 100644 --- a/ShiftOS.WinForms/Applications/Downloader.cs +++ b/ShiftOS.WinForms/Applications/Downloader.cs @@ -42,10 +42,10 @@ using System.IO.Compression; namespace ShiftOS.WinForms.Applications { [MultiplayerOnly] - [Launcher("Downloader", true, "al_downloader", "Networking")] + [Launcher("{TITLE_DOWNLOADER}", true, "al_downloader", "{AL_NETWORKING}")] [DefaultIcon("iconDownloader")] - [WinOpen("downloader")] - [DefaultTitle("Downloader")] + [WinOpen("{WO_DOWNLOADER}")] + [DefaultTitle("{TITLE_DOWNLOADER}")] [RequiresUpgrade("downloader")] public partial class Downloader : UserControl, IShiftOSWindow { -- cgit v1.2.3