diff options
| author | Michael <[email protected]> | 2017-06-17 14:45:42 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-17 14:45:42 -0400 |
| commit | e3f9a6028b3774f7376617502e7f6016dc50dd0e (patch) | |
| tree | 195ad433cbb4519b433cf24156b761419f226fe5 /ShiftOS.WinForms/MainMenu/Loading.cs | |
| parent | 0365b33993812361936e81104f793f58794fde8f (diff) | |
| download | shiftos_thereturn-e3f9a6028b3774f7376617502e7f6016dc50dd0e.tar.gz shiftos_thereturn-e3f9a6028b3774f7376617502e7f6016dc50dd0e.tar.bz2 shiftos_thereturn-e3f9a6028b3774f7376617502e7f6016dc50dd0e.zip | |
Localize a LOT of the UI
Diffstat (limited to 'ShiftOS.WinForms/MainMenu/Loading.cs')
| -rw-r--r-- | ShiftOS.WinForms/MainMenu/Loading.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/MainMenu/Loading.cs b/ShiftOS.WinForms/MainMenu/Loading.cs index 555f1d4..c1c0ba0 100644 --- a/ShiftOS.WinForms/MainMenu/Loading.cs +++ b/ShiftOS.WinForms/MainMenu/Loading.cs @@ -16,6 +16,7 @@ namespace ShiftOS.WinForms.MainMenu public Loading() { InitializeComponent(); + label.Text = Localization.Parse(label.Text); } private void Loading_FormShown(object sender, EventArgs e) |
