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/IconManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShiftOS.WinForms/Applications/IconManager.cs') diff --git a/ShiftOS.WinForms/Applications/IconManager.cs b/ShiftOS.WinForms/Applications/IconManager.cs index 7bbeb34..1f3166f 100644 --- a/ShiftOS.WinForms/Applications/IconManager.cs +++ b/ShiftOS.WinForms/Applications/IconManager.cs @@ -15,8 +15,8 @@ using Newtonsoft.Json; namespace ShiftOS.WinForms.Applications { [RequiresUpgrade("icon_manager")] - [Launcher("Icon Manager", true, "al_icon_manager", "Customization")] - [DefaultTitle("Icon Manager")] + [Launcher("{TITLE_ICONMANAGER}", true, "al_icon_manager", "{AL_CUSTOMIZATION}")] + [DefaultTitle("{TITLE_ICONMANAGER}")] [DefaultIcon("iconIconManager")] public partial class IconManager : UserControl, IShiftOSWindow { -- cgit v1.2.3