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/About.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ShiftOS.WinForms/Applications/About.cs') diff --git a/ShiftOS.WinForms/Applications/About.cs b/ShiftOS.WinForms/Applications/About.cs index a27238d..07805bf 100644 --- a/ShiftOS.WinForms/Applications/About.cs +++ b/ShiftOS.WinForms/Applications/About.cs @@ -36,9 +36,9 @@ using System.Reflection; namespace ShiftOS.WinForms.Applications { - [WinOpen("about")] - [Launcher("About", false, null, "Accessories")] - [DefaultTitle("About ShiftOS")] + [WinOpen("{WO_ABOUT}")] + [Launcher("{TITLE_ABOUT}", false, null, "{AL_ACCESSORIES}")] + [DefaultTitle("{TITLE_ABOUT}")] public partial class About : UserControl, IShiftOSWindow { public About() -- cgit v1.2.3