messages config - change label "Last Frame Input" to "Previous Frame Input" to avoid confusion

This commit is contained in:
adelikat 2018-11-18 11:06:19 -06:00
parent 288baf568d
commit 32b1fa6f3f
1 changed files with 1 additions and 1 deletions

View File

@ -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
//