Fix progress dialog text

This commit is contained in:
pizzaboxer 2024-06-18 21:42:49 +01:00
parent e8d311445c
commit d0d4c8bc25
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -52,7 +52,8 @@ namespace Bloxstrap.UI.Elements.Bootstrapper
this.BackColor = Color.FromArgb(25, 27, 29);
}
this.labelMessage.Text = Resources.Strings.Common_Cancel;
this.labelMessage.Text = Resources.Strings.Bootstrapper_StylePreview_TextCancel;
this.buttonCancel.Text = Resources.Strings.Common_Cancel;
this.IconBox.BackgroundImage = App.Settings.Prop.BootstrapperIcon.GetIcon().GetSized(128, 128).ToBitmap();
SetupDialog();