diff options
| author | Michael <[email protected]> | 2017-06-18 20:31:19 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-18 20:31:19 -0400 |
| commit | 5fd343195be5632ba341031953d4a4e6d9317253 (patch) | |
| tree | 199878179b87868c4feff2bc7fe69f6435b3007b /ShiftOS.WinForms/Applications/AddressBook.cs | |
| parent | 12acff8742f4c64976bfabee1b70dc515190fc7c (diff) | |
| download | shiftos_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/AddressBook.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/AddressBook.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ShiftOS.WinForms/Applications/AddressBook.cs b/ShiftOS.WinForms/Applications/AddressBook.cs index 9a4ce51..bc6a4cd 100644 --- a/ShiftOS.WinForms/Applications/AddressBook.cs +++ b/ShiftOS.WinForms/Applications/AddressBook.cs @@ -13,10 +13,10 @@ using Newtonsoft.Json; namespace ShiftOS.WinForms.Applications { - [WinOpen("address_book")] - [AppscapeEntry("Address Book", "Add and edit your contacts within the digital society in an easy-to-use application.", 1024, 750, null, "Office")] - [DefaultTitle("Address Book")] - [Launcher("Address Book", false, null, "Office")] + [WinOpen("{WO_ADDRESSBOOK}")] + [AppscapeEntry("{TITLE_ADDRESSBOOK}", "{DESC_ADDRESSBOOK}", 1024, 750, null, "{AL_OFFICE}")] + [DefaultTitle("{TITLE_ADDRESSBOOK}")] + [Launcher("{TITLE_ADDRESSBOOK}", false, null, "{AL_OFFICE}")] public partial class AddressBook : UserControl, IShiftOSWindow { public AddressBook() |
