diff options
Diffstat (limited to 'ShiftOS.WinForms/Applications/Downloader.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Downloader.cs | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |
