From 33702a56d4519844d7709c463b2e4ad6cfa331d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E6=B0=B4?= <1123993881@qq.com> Date: Thu, 20 Jul 2023 00:10:50 +0800 Subject: [PATCH] fix: fixed translation. --- ActionTimelineEx/Windows/SettingsWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActionTimelineEx/Windows/SettingsWindow.cs b/ActionTimelineEx/Windows/SettingsWindow.cs index 13671be..f93a946 100644 --- a/ActionTimelineEx/Windows/SettingsWindow.cs +++ b/ActionTimelineEx/Windows/SettingsWindow.cs @@ -151,7 +151,7 @@ private void DrawGeneralSetting() ImGui.SameLine(); ImGui.NewLine(); - ImGui.Text("Don't show these status."); + ImGui.Text("Don't record these status."); if (ImGui.BeginChild("ExceptStatus", new Vector2(0f, -1f), true)) {