diff options
| author | lempamo <[email protected]> | 2017-04-06 11:58:00 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-06 11:58:00 -0400 |
| commit | 5308c1cd4807edb2ec33f75923e609e8a382f1af (patch) | |
| tree | da9df0f701520300c973613547deecf5d6680022 /ShiftOS.WinForms/WinformsDesktop.cs | |
| parent | a40ba40cc048422c6bd3b810fe52d5b00014a031 (diff) | |
| download | shiftos_thereturn-5308c1cd4807edb2ec33f75923e609e8a382f1af.tar.gz shiftos_thereturn-5308c1cd4807edb2ec33f75923e609e8a382f1af.tar.bz2 shiftos_thereturn-5308c1cd4807edb2ec33f75923e609e8a382f1af.zip | |
german translations aint showin halp
Diffstat (limited to 'ShiftOS.WinForms/WinformsDesktop.cs')
| -rw-r--r-- | ShiftOS.WinForms/WinformsDesktop.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ShiftOS.WinForms/WinformsDesktop.cs b/ShiftOS.WinForms/WinformsDesktop.cs index 033802e..182c607 100644 --- a/ShiftOS.WinForms/WinformsDesktop.cs +++ b/ShiftOS.WinForms/WinformsDesktop.cs @@ -65,7 +65,7 @@ namespace ShiftOS.WinForms //Soon this will pop a balloon note. this.Invoke(new Action(() => { - btnnotifications.Text = "Notifications (" + NotificationDaemon.GetUnreadCount().ToString() + ")"; + btnnotifications.Text = Localization.Parse("{NOTIFICATIONS} (" + NotificationDaemon.GetUnreadCount().ToString() + ")"); })); }; @@ -74,7 +74,7 @@ namespace ShiftOS.WinForms //Soon this will pop a balloon note. this.Invoke(new Action(() => { - btnnotifications.Text = "Notifications (" + NotificationDaemon.GetUnreadCount().ToString() + ")"; + btnnotifications.Text = Localization.Parse("{NOTIFICATIONS} (" + NotificationDaemon.GetUnreadCount().ToString() + ")"); })); }; @@ -100,7 +100,7 @@ namespace ShiftOS.WinForms this.Invoke(new Action(() => SetupDesktop())); this.Invoke(new Action(() => { - btnnotifications.Text = "Notifications (" + NotificationDaemon.GetUnreadCount().ToString() + ")"; + btnnotifications.Text = Localization.Parse("{NOTIFICATIONS} (" + NotificationDaemon.GetUnreadCount().ToString() + ")"); })); }; Shiftorium.Installed += () => |
