From 2d35624a36efd5ee8ddf3d1efe25ddd2357e7ae3 Mon Sep 17 00:00:00 2001 From: Dirk Kok Date: Fri, 24 Jun 2022 22:57:42 +0200 Subject: [PATCH] infromation --- AssetStudioGUI/AssetStudioGUIForm.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AssetStudioGUI/AssetStudioGUIForm.Designer.cs b/AssetStudioGUI/AssetStudioGUIForm.Designer.cs index 5e033a30..67bf2d07 100644 --- a/AssetStudioGUI/AssetStudioGUIForm.Designer.cs +++ b/AssetStudioGUI/AssetStudioGUIForm.Designer.cs @@ -248,7 +248,7 @@ private void InitializeComponent() this.displayInfo.CheckState = System.Windows.Forms.CheckState.Checked; this.displayInfo.Name = "displayInfo"; this.displayInfo.Size = new System.Drawing.Size(223, 22); - this.displayInfo.Text = "Display asset infromation"; + this.displayInfo.Text = "Display asset information"; this.displayInfo.ToolTipText = "Toggle the overlay that shows information about each asset, eg. image size, forma" + "t, audio bitrate, etc."; this.displayInfo.CheckedChanged += new System.EventHandler(this.displayAssetInfo_Check);