From 8b4ce2e9c699b2d1126dbcb89b33fbeb4a261cdd Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Sat, 27 Jul 2019 22:23:35 -0400 Subject: [PATCH] Fix typo --- .../GUI/BFRES/BfresModelImportSettings.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/File_Format_Library/GUI/BFRES/BfresModelImportSettings.Designer.cs b/File_Format_Library/GUI/BFRES/BfresModelImportSettings.Designer.cs index 857b141d..eb9a780c 100644 --- a/File_Format_Library/GUI/BFRES/BfresModelImportSettings.Designer.cs +++ b/File_Format_Library/GUI/BFRES/BfresModelImportSettings.Designer.cs @@ -261,7 +261,7 @@ this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(64, 13); this.label7.TabIndex = 2; - this.label7.Text = "Verte Colors"; + this.label7.Text = "Vertex Colors"; // // comboBoxFormatVertexColors // @@ -1025,4 +1025,4 @@ private System.Windows.Forms.ColumnHeader columnHeader1; private Toolbox.Library.Forms.ListViewCustom assimpMeshListView; } -} \ No newline at end of file +}