mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Fix progress dialog text
This commit is contained in:
parent
e8d311445c
commit
d0d4c8bc25
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user