aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Pong.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Applications/Pong.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Pong.cs6
1 files changed, 3 insertions, 3 deletions
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
{