Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: fixed translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Jul 19, 2023
1 parent d423b6e commit 33702a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActionTimelineEx/Windows/SettingsWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{
Expand Down

0 comments on commit 33702a5

Please sign in to comment.