mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
[GUI] Fix typo
merge https://github.com/Perfare/AssetStudio/pull/1009 Co-Authored-By: Dirk Kok <the@dirkkok.nl>
This commit is contained in:
parent
1c67e39504
commit
5944dd8c58
2
AssetStudioGUI/AssetStudioGUIForm.Designer.cs
generated
2
AssetStudioGUI/AssetStudioGUIForm.Designer.cs
generated
@ -259,7 +259,7 @@
|
|||||||
this.displayInfo.CheckState = System.Windows.Forms.CheckState.Checked;
|
this.displayInfo.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||||
this.displayInfo.Name = "displayInfo";
|
this.displayInfo.Name = "displayInfo";
|
||||||
this.displayInfo.Size = new System.Drawing.Size(207, 22);
|
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" +
|
this.displayInfo.ToolTipText = "Toggle the overlay that shows information about each asset, eg. image size, forma" +
|
||||||
"t, audio bitrate, etc.";
|
"t, audio bitrate, etc.";
|
||||||
this.displayInfo.CheckedChanged += new System.EventHandler(this.displayAssetInfo_Check);
|
this.displayInfo.CheckedChanged += new System.EventHandler(this.displayAssetInfo_Check);
|
||||||
|
Loading…
Reference in New Issue
Block a user