messages config - change label "Last Frame Input" to "Previous Frame Input" to avoid confusion
This commit is contained in:
parent
288baf568d
commit
32b1fa6f3f
|
@ -395,7 +395,7 @@
|
|||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(86, 13);
|
||||
this.label7.TabIndex = 18;
|
||||
this.label7.Text = "Last Frame Input";
|
||||
this.label7.Text = "Previous Frame Input";
|
||||
//
|
||||
// label8
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue