From 5944dd8c5847d88d33ef5b70bff8c9bdf4fc72fc Mon Sep 17 00:00:00 2001 From: VaDiM Date: Sat, 13 May 2023 12:20:04 +0300 Subject: [PATCH] [GUI] Fix typo merge https://github.com/Perfare/AssetStudio/pull/1009 Co-Authored-By: Dirk Kok --- 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 0a962e5..85fe0a3 100644 --- a/AssetStudioGUI/AssetStudioGUIForm.Designer.cs +++ b/AssetStudioGUI/AssetStudioGUIForm.Designer.cs @@ -259,7 +259,7 @@ this.displayInfo.CheckState = System.Windows.Forms.CheckState.Checked; this.displayInfo.Name = "displayInfo"; this.displayInfo.Size = new System.Drawing.Size(207, 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);