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/Pong.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ShiftOS.WinForms/Applications/Pong.cs') diff --git a/ShiftOS.WinForms/Applications/Pong.cs b/ShiftOS.WinForms/Applications/Pong.cs index 53d410e..5b60fbd 100644 --- a/ShiftOS.WinForms/Applications/Pong.cs +++ b/ShiftOS.WinForms/Applications/Pong.cs @@ -12,9 +12,9 @@ using ShiftOS.WinForms.Tools; namespace ShiftOS.WinForms.Applications { - [Launcher("Pong", true, "al_pong", "Games")] - [WinOpen("pong")] - [DefaultTitle("Pong")] + [Launcher("{TITLE_PONG}", true, "al_pong", "{AL_GAMES}")] + [WinOpen("{WO_PONG}")] + [DefaultTitle("{TITLE_PONG}")] [DefaultIcon("iconPong")] public partial class Pong : UserControl, IShiftOSWindow { -- cgit v1.2.3