correction: * wildcard is zero or more characters

This commit is contained in:
codeimp 2008-10-01 21:04:29 +00:00
parent 873e215910
commit 6a0e4dff25

View file

@ -118,9 +118,9 @@ namespace CodeImp.DoomBuilder.Windows
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(28, 83);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(181, 14);
this.label4.Size = new System.Drawing.Size(185, 14);
this.label4.TabIndex = 5;
this.label4.Text = "* = matches one or more characters";
this.label4.Text = "* = matches zero or more characters";
//
// apply
//