aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/TextPad.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-18 20:31:19 -0400
committerMichael <[email protected]>2017-06-18 20:31:19 -0400
commit5fd343195be5632ba341031953d4a4e6d9317253 (patch)
tree199878179b87868c4feff2bc7fe69f6435b3007b /ShiftOS.WinForms/Applications/TextPad.cs
parent12acff8742f4c64976bfabee1b70dc515190fc7c (diff)
downloadshiftos_thereturn-5fd343195be5632ba341031953d4a4e6d9317253.tar.gz
shiftos_thereturn-5fd343195be5632ba341031953d4a4e6d9317253.tar.bz2
shiftos_thereturn-5fd343195be5632ba341031953d4a4e6d9317253.zip
Localize a lot of the window titles
Diffstat (limited to 'ShiftOS.WinForms/Applications/TextPad.cs')
-rw-r--r--ShiftOS.WinForms/Applications/TextPad.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/ShiftOS.WinForms/Applications/TextPad.cs b/ShiftOS.WinForms/Applications/TextPad.cs
index b70a72c..403b4ef 100644
--- a/ShiftOS.WinForms/Applications/TextPad.cs
+++ b/ShiftOS.WinForms/Applications/TextPad.cs
@@ -36,9 +36,10 @@ using ShiftOS.Engine;
namespace ShiftOS.WinForms.Applications
{
- [Launcher("TextPad", true, "al_textpad", "Accessories")]
+ [Launcher("{TITLE_TEXTPAD}", true, "al_textpad", "{AL_ACCESSORIES}")]
[RequiresUpgrade("textpad")]
- [WinOpen("textpad")]
+ [WinOpen("{WO_TEXTPAD}")]
+ [DefaultTitle("{TITLE_TEXTPAD}")]
[DefaultIcon("iconTextPad")]
public partial class TextPad : UserControl, IShiftOSWindow
{