diff --git a/SunnyUI/Forms/UIStatusForm.cs b/SunnyUI/Forms/UIStatusForm.cs index f63a3eb7..e39f186c 100644 --- a/SunnyUI/Forms/UIStatusForm.cs +++ b/SunnyUI/Forms/UIStatusForm.cs @@ -36,7 +36,7 @@ namespace Sunny.UI public UIStatusForm(int max, string desc, int decimalPlaces = 1) { InitializeComponent(); - + Text = UILocalize.InfoTitle; Maximum = max; Description = desc; Value = 0;