aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/MainMenu/Loading.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-17 14:45:42 -0400
committerMichael <[email protected]>2017-06-17 14:45:42 -0400
commite3f9a6028b3774f7376617502e7f6016dc50dd0e (patch)
tree195ad433cbb4519b433cf24156b761419f226fe5 /ShiftOS.WinForms/MainMenu/Loading.cs
parent0365b33993812361936e81104f793f58794fde8f (diff)
downloadshiftos_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.cs1
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)