From 10a38270e558ee3fa00aabbbbe633df17ad1be29 Mon Sep 17 00:00:00 2001 From: feos Date: Thu, 1 Dec 2022 19:12:45 +0300 Subject: [PATCH] forgot a char --- .../tools/TAStudio/TAStudioColorSettingsForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioColorSettingsForm.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioColorSettingsForm.cs index d33f5e47cd..fe1ba12480 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioColorSettingsForm.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioColorSettingsForm.cs @@ -53,7 +53,7 @@ namespace BizHawk.Client.EmuHawk Row("greenZone_InputLog", "Input Log"), Row("greenZone_InputLog_Stated", "Savestate"), Row("greenZone_InputLog_Invalidated", "Invalidated"), - Row("lagZone_FrameCol", "Frame Column (Lag)"), + Row("lagZone_FrameCol", "Frame# Column (Lag)"), Row("lagZone_InputLog", "Input Log (Lag)"), Row("lagZone_InputLog_Stated", "Savestate (Lag)"), Row("lagZone_InputLog_Invalidated", "Invalidated (Lag)"),